mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
small changes
This commit is contained in:
parent
2c44e32c37
commit
4df126ade2
@ -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'])
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user