summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-06 13:36:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-06 13:36:00 +0200
commit540f9a4b015fb3260b6ca0490140cc0b5baff656 (patch)
tree0105a77613fa0f694cef142da951aaced9059cf6 /templates
parent52aed0be2cd8e723207a340aecec0c3695d6762b (diff)
use strict di
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 7c0aaac94..ff29f0da9 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -26,7 +26,7 @@ style('news', [
?>
-<div id="app" ng-app="News" ng-cloak ng-controller="AppController as App">
+<div id="app" ng-app="News" ng-cloak ng-strict-di ng-controller="AppController as App">
<div id="global-loading" class="icon-loading" ng-show="App.loading.isLoading('global')"></div>