I'm trying to use ng-maxLength directive to give a variable max-length for my inputs. function ValidatorCtrl($scope, $timeout) { $scope.name = "Star"; ...
確定! 回上一頁