This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 248
Issue with the parser and filters #755
Comments
I should have a fix soon |
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Mar 18, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Mar 19, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Mar 19, 2014
mhevery
pushed a commit
to mhevery/angular.dart
that referenced
this issue
Mar 20, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Mar 20, 2014
vicb
added a commit
to vicb/angular.dart
that referenced
this issue
Mar 22, 2014
closes dart-archive#755 Ad support for '"s" + ("m"|filter) + "e"'
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@kasperl you're the parser guy, right ? could you please help me with this:
I would expect the added test to work but it fails with
I came to this while debugging the parsing of
Hello {{ name | json }} !
the generated expression is'"Hello "+( name | json )+" !"'
but the AST shows a Chain expression(('Hello '+name)|json);' !'
- well I add to remove the parents from the generated expression, it would not parse otherwise.The text was updated successfully, but these errors were encountered: