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(menu): Add an option to set skipLocationChange true or false for… #1043

Merged
merged 3 commits into from
Dec 14, 2018

Conversation

maihannijat
Copy link
Contributor

… menu item.

Please read and mark the following check list before creating a pull request:

Short description of what this resolves: #1028 Add option to set skipLocationChange for NbMenuItem

import { isUrlPathContain, isUrlPathEqual } from './url-matching-helpers';

export interface NbMenuBag { tag: string; item: NbMenuItem }
import {Injectable} from '@angular/core';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we revert all unnecessary formatting changes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nnixaa reverted unnecessary formatting changes.

@nnixaa nnixaa merged commit 3d3ee03 into akveo:master Dec 14, 2018
@nnixaa
Copy link
Collaborator

nnixaa commented Dec 14, 2018

@maihannijat merged!

@maihannijat maihannijat deleted the menu-skip-location branch April 9, 2019 19:27
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.

Add option to set skipLocationChange for NbMenuItem
2 participants