U4-4700 List view doesn't respect user permissions - makes the buttons show/hide based on the selected items instead of the current item.

This commit is contained in:
Shannon
2016-03-08 15:53:22 +01:00
parent c7a3efadb1
commit 372a768dca
9 changed files with 387 additions and 269 deletions

View File

@@ -5,7 +5,8 @@ var app = angular.module('umbraco', [
'umbraco.services',
'umbraco.mocks',
'umbraco.security',
'ngCookies'
'ngCookies',
'LocalStorageModule'
]);
/* For Angular 1.2: we need to load in Routing separately