summaryrefslogtreecommitdiffstats
path: root/controller
diff options
context:
space:
mode:
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');