-
Notifications
You must be signed in to change notification settings - Fork 90
Pf vertical navigation ui sref support #345
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
Pf vertical navigation ui sref support #345
Conversation
LGTM. cloned this branch. all unit tests passed and ngdocs Navigation example works fine with these changes. |
@MattiaDalBen it would be great if you could cover this tomorrow |
@lorthirk I'm on it! |
@dtaylor113 as requested I updated the pf-vert-nav ngdoc example. |
Hi @MattiaDalBen, thanks it looks great. One small nit, could you please add an initial topic sentence to the beginning of the 'pfVerticalNavigation - Router' ngdoc example so that it differentiates itself from the 'Basic' example. Something like: "This example shows how to use pfVerticalNavigation with angular-ui-router's $states and uiSrefs." -thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@dtaylor113 Updated description. |
LGTM! Thanks |
Implements #342. Credits to @MattiaDalBen for the unit tests and the help for the optional service injection.