Do some cleanup

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-12-07 22:06:04 +01:00
committed by Julius Härtl
parent d386ab80d4
commit 5394d0f59b
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
*/ */
/** global: OC */ /** 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 = { $rootScope.sidebar = {
show: false show: false
}; };

View File

@@ -11,8 +11,6 @@
<h3>{{ boardservice.getCurrent().title }}</h3> <h3>{{ boardservice.getCurrent().title }}</h3>
</div> </div>
{{board=boardservice.getCurrent();""}}
<ul class="tabHeaders"> <ul class="tabHeaders">
<li class="tabHeader" ng-class="{'selected': (params.tab==0 || !params.tab)}" ui-sref="{tab: 0}"><a><?php p($l->t('Sharing')); ?></a></li> <li class="tabHeader" ng-class="{'selected': (params.tab==0 || !params.tab)}" ui-sref="{tab: 0}"><a><?php p($l->t('Sharing')); ?></a></li>
<li class="tabHeader" ng-class="{'selected': (params.tab==1)}" ui-sref="{tab: 1}"><a><?php p($l->t('Tags')); ?></a></li> <li class="tabHeader" ng-class="{'selected': (params.tab==1)}" ui-sref="{tab: 1}"><a><?php p($l->t('Tags')); ?></a></li>