@@ -45,8 +45,8 @@ var inputType = {
45
45
* @param {string= } pattern Similar to `ngPattern` except that the attribute value is the actual string
46
46
* that contains the regular expression body that will be converted to a regular expression
47
47
* as in the ngPattern directive.
48
- * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel value does not match
49
- * a RegExp found by evaluating the Angular expression given in the attribute value.
48
+ * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel { @link ngModel.NgModelController#$viewValue $viewValue}
49
+ * does not match a RegExp found by evaluating the Angular expression given in the attribute value.
50
50
* If the expression evaluates to a RegExp object, then this is used directly.
51
51
* If the expression evaluates to a string, then it will be converted to a RegExp
52
52
* after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to
@@ -680,8 +680,8 @@ var inputType = {
680
680
* @param {string= } pattern Similar to `ngPattern` except that the attribute value is the actual string
681
681
* that contains the regular expression body that will be converted to a regular expression
682
682
* as in the ngPattern directive.
683
- * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel value does not match
684
- * a RegExp found by evaluating the Angular expression given in the attribute value.
683
+ * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel { @link ngModel.NgModelController#$viewValue $viewValue}
684
+ * does not match a RegExp found by evaluating the Angular expression given in the attribute value.
685
685
* If the expression evaluates to a RegExp object, then this is used directly.
686
686
* If the expression evaluates to a string, then it will be converted to a RegExp
687
687
* after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to
@@ -778,8 +778,8 @@ var inputType = {
778
778
* @param {string= } pattern Similar to `ngPattern` except that the attribute value is the actual string
779
779
* that contains the regular expression body that will be converted to a regular expression
780
780
* as in the ngPattern directive.
781
- * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel value does not match
782
- * a RegExp found by evaluating the Angular expression given in the attribute value.
781
+ * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel { @link ngModel.NgModelController#$viewValue $viewValue}
782
+ * does not match a RegExp found by evaluating the Angular expression given in the attribute value.
783
783
* If the expression evaluates to a RegExp object, then this is used directly.
784
784
* If the expression evaluates to a string, then it will be converted to a RegExp
785
785
* after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to
@@ -877,8 +877,8 @@ var inputType = {
877
877
* @param {string= } pattern Similar to `ngPattern` except that the attribute value is the actual string
878
878
* that contains the regular expression body that will be converted to a regular expression
879
879
* as in the ngPattern directive.
880
- * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel value does not match
881
- * a RegExp found by evaluating the Angular expression given in the attribute value.
880
+ * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel { @link ngModel.NgModelController#$viewValue $viewValue}
881
+ * does not match a RegExp found by evaluating the Angular expression given in the attribute value.
882
882
* If the expression evaluates to a RegExp object, then this is used directly.
883
883
* If the expression evaluates to a string, then it will be converted to a RegExp
884
884
* after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to
@@ -1510,8 +1510,8 @@ function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filt
1510
1510
* @param {number= } ngMaxlength Sets `maxlength` validation error key if the value is longer than
1511
1511
* maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any
1512
1512
* length.
1513
- * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel value does not match
1514
- * a RegExp found by evaluating the Angular expression given in the attribute value.
1513
+ * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel { @link ngModel.NgModelController#$viewValue $viewValue}
1514
+ * does not match a RegExp found by evaluating the Angular expression given in the attribute value.
1515
1515
* If the expression evaluates to a RegExp object, then this is used directly.
1516
1516
* If the expression evaluates to a string, then it will be converted to a RegExp
1517
1517
* after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to
@@ -1549,8 +1549,8 @@ function checkboxInputType(scope, element, attr, ctrl, $sniffer, $browser, $filt
1549
1549
* @param {number= } ngMaxlength Sets `maxlength` validation error key if the value is longer than
1550
1550
* maxlength. Setting the attribute to a negative or non-numeric value, allows view values of any
1551
1551
* length.
1552
- * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel value does not match
1553
- * a RegExp found by evaluating the Angular expression given in the attribute value.
1552
+ * @param {string= } ngPattern Sets `pattern` validation error key if the ngModel { @link ngModel.NgModelController#$viewValue $viewValue}
1553
+ * value does not match a RegExp found by evaluating the Angular expression given in the attribute value.
1554
1554
* If the expression evaluates to a RegExp object, then this is used directly.
1555
1555
* If the expression evaluates to a string, then it will be converted to a RegExp
1556
1556
* after wrapping it in `^` and `$` characters. For instance, `"abc"` will be converted to
0 commit comments