added angularjs page

This commit is contained in:
Bernhard Posselt
2012-11-30 23:28:08 +01:00
parent f845d0dda6
commit 1fe41b575d
3 changed files with 141 additions and 1 deletions

View File

@@ -481,10 +481,11 @@ To access the Template files in your controller, use the TemplateResponse class:
}
?>
Should you require more template functions, simply modify the TemplateResponse in :file:`lib/response.php`
Should you require more template functions, simply modify the TemplateResponse in :file:`lib/response.php`.
**For more info, see** :doc:`templates`
JavaScript and CSS
------------------
JavaScript files go to the **js/** directory, CSS files to the **css/** directory. They are both minified in production and must therefore be declared in your controller method.