fixes js tests
This commit is contained in:
@@ -52,7 +52,7 @@ angular.module('umbraco.mocks').
|
||||
owner: { name: "Administrator", id: 0 },
|
||||
updater: { name: "Per Ploug Krogslund", id: 1 },
|
||||
path: "-1,1234,2455",
|
||||
|
||||
allowedActions: ["U", "H", "A"],
|
||||
tabs: [
|
||||
{
|
||||
label: "Child documents",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* @description
|
||||
* The controller for the content editor
|
||||
*/
|
||||
function ContentEditController($scope, $routeParams, $q, $timeout, $window, contentResource, navigationService, localizationService, notificationsService, angularHelper, serverValidationManager, contentEditingHelper, fileManager, formHelper) {
|
||||
function ContentEditController($scope, $routeParams, $q, $timeout, $window, contentResource, navigationService, notificationsService, angularHelper, serverValidationManager, contentEditingHelper, fileManager, formHelper) {
|
||||
|
||||
$scope.defaultButton = null;
|
||||
$scope.subButtons = [];
|
||||
|
||||
Reference in New Issue
Block a user