diff --git a/developer_manual/app/appframework/angular.rst b/developer_manual/app/appframework/angular.rst index 526584d66..5607e6896 100644 --- a/developer_manual/app/appframework/angular.rst +++ b/developer_manual/app/appframework/angular.rst @@ -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'])