mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
small changes
This commit is contained in:
@@ -362,11 +362,11 @@ Using Twig Templates:
|
||||
|
||||
After the script has been included the modules can be used inside the angular module by injecting them:
|
||||
|
||||
:file:`js/app/app.js`
|
||||
:file:`js/app/app.coffee`
|
||||
|
||||
.. code-block:: js
|
||||
.. code-block:: python
|
||||
|
||||
// create your application and inject OC
|
||||
# create your application and inject OC
|
||||
angular.module('YourApp', ['OC'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user