Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Conversation

AntoineEsteve
Copy link

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.

@kasperlewau
Copy link
Contributor

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.

@kasperlewau
Copy link
Contributor

@AntoineEsteve What's the status on this one?

@kasperlewau
Copy link
Contributor

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.

@lrajlich lrajlich mentioned this pull request Oct 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.