angular-multilevelpushmenu icon indicating copy to clipboard operation
angular-multilevelpushmenu copied to clipboard

Angular version of http://multi-level-push-menu.make.rs/

Results 6 angular-multilevelpushmenu issues
Sort by recently updated
recently updated
newest added

I have passed the mode as cover . But still it is in over lapped mode.

Correct me if I'm wrong, but methods such as 'collapse' or 'expand' are not implemented yet ? It would be nice to be able to inject wxy.pushmenu in our controllers...

Hi, for some reason, I had to add the following line: wxyUtils.StopEventPropagation(event); to the goBack() function, otherwise the page was reloaded when the Back link was clicked. I'm using a...

Currently there is no way to preserve the selection of a menu item. However the jQuery version of this control supports. Can you please implement.

the following controller doesnt have injection of dependencies and is throwing error after minification. Can you fix it quick? https://github.com/wuxiaoying/angular-multilevelpushmenu/blob/master/pushmenu.js#L42

Hey, Thanks for your project. I wanted to know how to open a specific menu/submenu inside angular-multilevelpushmenu by using js. I'm looking for something like that : wxyUtils.openSubMenu(subMenuId) With that...