We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff09c52 + ecc09a4 commit bc6a4feCopy full SHA for bc6a4fe
docs/content/guide/expression.ngdoc
@@ -37,7 +37,8 @@ AngularJS expressions are like JavaScript expressions with the following differe
37
even inside `ng-init` directive.
38
39
* **No RegExp Creation With Literal Notation:** You cannot create regular expressions
40
- in an AngularJS expression.
+ in an AngularJS expression. An exception to this rule is {@link ngPattern `ng-pattern`} which accepts valid
41
+ RegExp.
42
43
* **No Object Creation With New Operator:** You cannot use `new` operator in an AngularJS expression.
44
0 commit comments