Replaced "retreive" with "retrieve".
This commit is contained in:
@@ -13,7 +13,7 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
|
||||
$scope.currentSection = appState.getSectionState("currentSection");
|
||||
$scope.currentNode = null; //the editors affiliated node
|
||||
|
||||
//method used to configure the pre-values when we retreive them from the server
|
||||
//method used to configure the pre-values when we retrieve them from the server
|
||||
function createPreValueProps(preVals) {
|
||||
$scope.preValues = [];
|
||||
for (var i = 0; i < preVals.length; i++) {
|
||||
@@ -141,4 +141,4 @@ function DataTypeEditController($scope, $routeParams, $location, appState, navig
|
||||
|
||||
}
|
||||
|
||||
angular.module("umbraco").controller("Umbraco.Editors.DataType.EditController", DataTypeEditController);
|
||||
angular.module("umbraco").controller("Umbraco.Editors.DataType.EditController", DataTypeEditController);
|
||||
|
||||
Reference in New Issue
Block a user