Closed AntoineEsteve closed 8 years ago
Hey man, cheers for the PR!
Would you mind writing up some unit tests covering these new cases before merging?
For reference, here are the contributing guidelines.
@AntoineEsteve What's the status on this one?
I'll go ahead and close this for the time being given that #26 was just merged and released, which partly(fully?) takes care of the changes requested.
The current version doesn't allow to use the angular-bind-notifier with ternary operators and filters with arguments.
First case, ternary operators :
{{:namespace:(varA?varB:varC)}}
varA?varB
is not a namespace, it is part of the expression.Other case, filters with arguments :
{{:namespace:(varA|orderBy:varB:varC)}}
(varA|orderBy
is not a namespace, it is part of the expression.