mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
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:
@@ -515,6 +515,7 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara
|
||||
scope.pathRequired = (scope.scm_type.value == '') ? true : false;
|
||||
scope.scmRequired = (scope.scm_type.value !== '') ? true : false;
|
||||
scope.scmBranchLabel = (scope.scm_type.value == 'svn') ? 'Revision #' : 'SCM Branch';
|
||||
Wait('stop');
|
||||
});
|
||||
|
||||
if (scope.removeChoicesReady) {
|
||||
@@ -587,6 +588,7 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara
|
||||
});
|
||||
|
||||
// Load the list of options for Kind
|
||||
Wait('start');
|
||||
GetChoices({
|
||||
url: GetBasePath('projects'),
|
||||
scope: scope,
|
||||
|
||||
Reference in New Issue
Block a user