Cleaned up verbosity drop down options to match AC-104. Applied all Job Template changes to Job detail page.

This commit is contained in:
chouseknecht
2013-06-06 18:50:45 -04:00
parent 9373fbca61
commit 9a98b4f573
5 changed files with 41 additions and 22 deletions

View File

@@ -194,7 +194,7 @@ angular.module('AWDirectives', ['RestServices'])
ctrl.$setValidity('max', true);
ctrl.$dirty = true;
ctrl.$render();
scope['job_templates_form'].$dirty = true;
//scope['job_templates_form'].$dirty = true;
if (!scope.$$phase) {
scope.$digest();
}