Replaced "retreive" with "retrieve".
This commit is contained in:
@@ -27,7 +27,7 @@ function mediaEditController($scope, $routeParams, appState, mediaResource, enti
|
|||||||
// from the server so that we can load in the actions menu.
|
// from the server so that we can load in the actions menu.
|
||||||
umbRequestHelper.resourcePromise(
|
umbRequestHelper.resourcePromise(
|
||||||
$http.get(content.treeNodeUrl),
|
$http.get(content.treeNodeUrl),
|
||||||
'Failed to retreive data for child node ' + content.id).then(function (node) {
|
'Failed to retrieve data for child node ' + content.id).then(function (node) {
|
||||||
$scope.currentNode = node;
|
$scope.currentNode = node;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@@ -110,4 +110,4 @@ function mediaEditController($scope, $routeParams, appState, mediaResource, enti
|
|||||||
}
|
}
|
||||||
|
|
||||||
angular.module("umbraco")
|
angular.module("umbraco")
|
||||||
.controller("Umbraco.Editors.Media.EditController", mediaEditController);
|
.controller("Umbraco.Editors.Media.EditController", mediaEditController);
|
||||||
|
|||||||
Reference in New Issue
Block a user