small changes

This commit is contained in:
Bernhard Posselt
2013-03-13 15:09:14 +01:00
parent 2c44e32c37
commit 4df126ade2

View File

@@ -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'])