We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7988c12 commit a57b47cCopy full SHA for a57b47c
README.md
@@ -540,7 +540,7 @@ The main differences between the JavaScript expressions and AngularJS expression
540
541
- may contain filters with UNIX like pipe syntax
542
- don't throw any errors
543
-- don't have any flow control statements
+- don't have any control flow statements (loops, if statements although you can use the ternary operator)
544
- are evaluated in given context (the context of the current `$scope`)
545
546
Inside the `$parse` service are defined two main components:
0 commit comments