Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat($IncludedByStateFilter): add parameters to $IncludedByStateFilter #1736

Merged
merged 1 commit into from
Dec 8, 2015
Merged

feat($IncludedByStateFilter): add parameters to $IncludedByStateFilter #1736

merged 1 commit into from
Dec 8, 2015

Conversation

cyrilf
Copy link
Contributor

@cyrilf cyrilf commented Feb 5, 2015

Add parameters to the $IncludedByStateFilter:

  • params
  • options

This allows to use more parameters on this filter and not only the fullOrPartialStatename parameter.
Thanks to this improvement, the following now works (takes in account the id param):

<div ng-show="'**.foo.**' | includedByState:{id: 'new'}">It works</div>

Closes #1735

Add parameters to the $IncludedByStateFilter:
- params
- options

This allows to use more parameters on this filter and not only the fullOrPartialStatename parameter.
Thanks to this improvement, the following now works (takes in account the id param):

<div ng-show="'**.foo.**' | includedByState:{id: 'new'}">It works</div>

Closes #1735
@cyrilf
Copy link
Contributor Author

cyrilf commented Dec 8, 2015

Any news about this PR? 👋

@nateabele
Copy link
Contributor

Sorry for the wait.

nateabele added a commit that referenced this pull request Dec 8, 2015
feat($IncludedByStateFilter): add parameters to $IncludedByStateFilter
@nateabele nateabele merged commit 2199889 into angular-ui:master Dec 8, 2015
@cyrilf cyrilf deleted the includedByState-improvement branch December 8, 2015 15:48
@cyrilf
Copy link
Contributor Author

cyrilf commented Dec 8, 2015

No problem.
Thanks! ✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

includedByState filter not fully working
2 participants