mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
ngMin and ngMax for integer/float survey question
ngMing and ngMax are directives for setting limitations on number/float fields
This commit is contained in:
@@ -90,7 +90,6 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
.directive('ngMin', ['Empty', function (Empty) {
|
||||
return {
|
||||
restrict: 'A',
|
||||
|
||||
Reference in New Issue
Block a user