From 5394d0f59b78c71e1bf8e3e7af872d44eedda3d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 7 Dec 2017 22:06:04 +0100 Subject: [PATCH] Do some cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- js/controller/AppController.js | 2 +- templates/part.board.sidebarView.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/js/controller/AppController.js b/js/controller/AppController.js index 195929214..235c152a6 100644 --- a/js/controller/AppController.js +++ b/js/controller/AppController.js @@ -21,7 +21,7 @@ */ /** global: OC */ -app.controller('AppController', function ($scope, $location, $http, $route, $log, $rootScope, $stateParams) { +app.controller('AppController', function ($scope, $location, $http, $route, $log, $rootScope) { $rootScope.sidebar = { show: false }; diff --git a/templates/part.board.sidebarView.php b/templates/part.board.sidebarView.php index 4897f22ff..1379acb74 100644 --- a/templates/part.board.sidebarView.php +++ b/templates/part.board.sidebarView.php @@ -11,8 +11,6 @@

{{ boardservice.getCurrent().title }}

-{{board=boardservice.getCurrent();""}} -