Skip to content

Angular-ui-router version 0.2.18 with ui-sref-active #2

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

Open
wants to merge 107 commits into
base: master
Choose a base branch
from

Conversation

ExpFront
Copy link

No description provided.

cyrilf and others added 30 commits February 5, 2015 16:47
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 angular-ui#1735
- Adds support for optional spaces in url param typing, i.e. `url:
  'foo/{bar: int}'`
feat(urlMatcher): add support for optional spaces
…ement

feat($IncludedByStateFilter): add parameters to $IncludedByStateFilter
…ontain periods

This change modifies the searchPlaceholder regex to include the period
character as valid for url query param names. This change also modifies
the regex found in the addParameter function which validates the param
name just prior to adding to the list of parameters. A new set of unit
tests were added to urlMatcherFactorySpec to ensure this modification
works correctly.

This change resolves issue angular-ui#2395
Re-added the saved hash before broadcasting $stateChangeStart. This way, libraries using this event to do their magic will have the hash accessible through toParams. (e.g. https://github.com/Narzerus/angular-permission)
…rmissions-plugins

fix(transitionTo): re-added the saved hash before broadcasting event
fix(UrlMatcher): Fix broken pre-replace logic
Closes angular-ui#2222
make tests suite compatible with 1.4.x
fix(common.js): "Cannot read property 'params' of undefined" errors
Closes angular-ui#2327
fix(uiSrefActive): update the active classes when compiled
…fix(ui-view) use static renderer if animations not enabled . Closes angular-ui#2485
bbodenmiller and others added 30 commits June 23, 2016 20:36
- Adds support for optional spaces in url param typing, i.e. `url:
  'foo/{bar: int}'`
…ontain periods

This change modifies the searchPlaceholder regex to include the period
character as valid for url query param names. This change also modifies
the regex found in the addParameter function which validates the param
name just prior to adding to the list of parameters. A new set of unit
tests were added to urlMatcherFactorySpec to ensure this modification
works correctly.

This change resolves issue angular-ui#2395
Re-added the saved hash before broadcasting $stateChangeStart. This way, libraries using this event to do their magic will have the hash accessible through toParams. (e.g. https://github.com/Narzerus/angular-permission)
make tests suite compatible with 1.4.x
…fix(ui-view) use static renderer if animations not enabled . Closes angular-ui#2485
The folder bower_components don't have to be included on npm registry
The current implementation of the yuicompressor throws an error when minifying the defaultTypes of the urlMatcherFactory because int is an invalid property id.
Changed the property names to string values.
The parameters are now applied when transitioning to a child state.
Closes angular-ui#2025
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.