Skip to content

Commit a57b47c

Browse files
committed
Fix mgechev#2
1 parent 7988c12 commit a57b47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ The main differences between the JavaScript expressions and AngularJS expression
540540

541541
- may contain filters with UNIX like pipe syntax
542542
- don't throw any errors
543-
- don't have any flow control statements
543+
- don't have any control flow statements (loops, if statements although you can use the ternary operator)
544544
- are evaluated in given context (the context of the current `$scope`)
545545

546546
Inside the `$parse` service are defined two main components:

0 commit comments

Comments
 (0)