Skip to content

Tags: justinsa/angular-navigation-service

Tags

1.0.2

Toggle 1.0.2's commit message
Fix default inAudienceValidationFunction

The function had a statement that performed no value:
_.flatten(userRoles, this.roleToAudienceMapFunction) resulted in the
userRoles array being flattened, but it should have been mapping the
userRoles with the roleToAudienceMapFunction. Fixed this behavior and
also extended the behavior so the roleToAudienceMapFunction can return
an array of values, which will then be flattened into the final
userAudience list.

1.0.1

Toggle 1.0.1's commit message
Add support for extensions to service interface

Custom interface additions can now be added by an application
implementor for the specific needs of their application.

1.0.0

Toggle 1.0.0's commit message
Rename main file to ng-navigation-service.js

* Rename main file to ng-navigation-service so it matches the package
name.
* Update to README for better explanation of dependency on
ng-authentication-service.
* Update version to 1.0.0.

0.1.0

Toggle 0.1.0's commit message
Use module loader section

The top-level section assists with loading this library and its
dependencies by different module loading technologies.

0.0.6

Toggle 0.0.6's commit message
Add goto and back functions

* goto handles changing the location path and whether or not to record
the transition in history. Uses standard mechanism in $location service.
* back handles navigating back to the previous page in history. Uses
standard mechanism in $window service.

0.0.5

Toggle 0.0.5's commit message
Add tokenizePath utility function

Extracted path tokenization logic to an independent function so it can
be tested directly and reduce duplicate regex code in another function.

0.0.4

Toggle 0.0.4's commit message
Add support for isActiveLocation partial route matching

isActiveLocation previously matched only exact routes. This failed for
multi-part routes because the top-level route is still active even
though it is not the exact route.

0.0.3

Toggle 0.0.3's commit message
Release Version 0.0.3

0.0.2

Toggle 0.0.2's commit message
Release version 0.0.2