You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed $routeSegmentProvider.when signature to when(path, name, route) which enables to extend the route information object with any custom properties, like reloadOnSearch or caseInsensitiveMatch (425ac) thanks to krmarien.
Refactored render directive using modern $transclude cloning mechanism instead of manual cloning (32dea). ATTENTION: AngularJS 1.1.x is no longer supported due to this fix!
Fixed a bug with a segment placed inside ng-if (32dea).
Fixed a bug with camelCasing default segment names (74b64).
New function $routeSegment.getSegmentUrl(segmentName, routeParams) which can return URL for the given segment (2b255).
Some handy filters like routeSegmentUrl,routeSegmentEqualsTo, etc (2b255).
New segment config option default:true which can be set if this child segment should be loaded by default when no child segment is specified in the route (2eee0).
template and templateUrl can be set as injectable functions (8d1ac).