diff options
Diffstat (limited to 'src/validators.js')
| -rw-r--r-- | src/validators.js | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/src/validators.js b/src/validators.js index f4874e68..3fcefccb 100644 --- a/src/validators.js +++ b/src/validators.js @@ -321,16 +321,6 @@ extend(angularValidator, {     *      * @css ng-input-indicator-wait, ng-validation-error     *  -   * @exampleDescription -   * <pre> -   * function myValidator (inputToValidate, validationDone) { -   *  // simulate delayed response, validate on even input length -   *  setTimeout(function(){ -   *    validationDone(inputToValidate.length % 2); -   *  }, 500); -   * }; -   * </pre> -   *      * @example     * <script>     *   function myValidator(inputToValidate, validationDone) {  | 
