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:
Jared Tabor 2014-10-10 13:29:39 -04:00
parent a7f1202316
commit 9879076cae

View File

@ -90,7 +90,6 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
};
})
.directive('ngMin', ['Empty', function (Empty) {
return {
restrict: 'A',