summaryrefslogtreecommitdiffstats
path: root/templates/main.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:11:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-23 01:11:53 +0200
commit8f833877eebd93f1c938833dd28255c63037588f (patch)
treefc304acb29c2327ead6648bf308243bdfb6ee468 /templates/main.php
parenta0b6fad1ada52457c2c5022fcb7685c1fff16abb (diff)
fix slideup
Diffstat (limited to 'templates/main.php')
-rw-r--r--templates/main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/main.php b/templates/main.php
index f4a4263d6..aedf0bc36 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -42,8 +42,8 @@
<?php //print_unescaped($this->inc('part.showall')); ?>
</ul>
- <div id="app-settings" ng-controller="SettingsController">
- <!--<?php print_unescaped($this->inc('part.settings')) ?>-->
+ <div id="app-settings" ng-controller="SettingsController as Settings">
+ <?php print_unescaped($this->inc('part.settings')) ?>
</div>
</div>