summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:08:35 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-12 00:08:35 +0100
commit95384df834a47a3e40f72ddc1e585b66af170efd (patch)
tree45593e2939d34ddd6b9c0bc12f6762e29027db04 /controller
parent65e5cacbb42070774b8d35068f1ce9bd97dff9c7 (diff)
added angular ui for ui-if to not include audio elements everywhere and throw lots of warnings
Diffstat (limited to 'controller')
-rw-r--r--controller/news.controller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller/news.controller.php b/controller/news.controller.php
index 127a05701..6194c0b28 100644
--- a/controller/news.controller.php
+++ b/controller/news.controller.php
@@ -53,7 +53,8 @@ class NewsController extends Controller {
* Decides wether to show the feedpage or the firstrun page
*/
public function index($urlParams=array()){
- $this->api->add3rdPartyScript('angular-1.0.2/angular.min');
+ $this->api->add3rdPartyScript('angular/angular');
+ $this->api->add3rdPartyScript('angular-ui/angular-ui');
$this->api->add3rdPartyScript('moment.min');
$this->api->addScript('app');
$this->api->addScript('multiselect', 'core');