fixes js tests

This commit is contained in:
Shannon
2013-10-31 16:57:15 +11:00
parent 1ead3f9b6a
commit 719b777188
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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 = [];