Added use of ng-cloak to all partials and added related CSS. Added use of 'working...' widget to all Edit controllers- it was missing in a few places. Attempted upgrade to angular-1.2.9. Ran into issues and left at 1.1.4 for now. Change angular.js to angular.min.js.

This commit is contained in:
chris Houseknecht
2014-01-17 12:33:02 -05:00
parent 64ecc297d7
commit d3149bc8ef
47 changed files with 23427 additions and 600 deletions

View File

@@ -196,6 +196,7 @@ function PermissionsEdit ($scope, $rootScope, $compile, $location, $log, $routeP
PermissionCategoryChange({ scope: scope, reset: reset }); }
// Retrieve detail record and prepopulate the form
Wait('start');
Rest.setUrl(defaultUrl);
Rest.get()
.success( function(data, status, headers, config) {
@@ -251,6 +252,7 @@ function PermissionsEdit ($scope, $rootScope, $compile, $location, $log, $routeP
}
});
}
Wait('stop');
})
.error( function(data, status, headers, config) {
ProcessErrors(scope, data, status, form,