From 4df126ade280a18a8d7c150adaa36aeaabf5415b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 13 Mar 2013 15:09:14 +0100 Subject: [PATCH] small changes --- developer_manual/app/appframework/angular.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'])