Templarian / ui.bootstrap.contextMenu

AngularJS Bootstrap UI Context Menu
MIT License
259 stars 127 forks source link

directive rename #3

Closed nobalmohan closed 9 years ago

nobalmohan commented 9 years ago

If I rename the directive from "contextMenu" too something else, I get "undefined anonymous function" error during $apply ?

Templarian commented 9 years ago

https://github.com/Templarian/ui.bootstrap.contextMenu/blob/master/contextMenu.js#L68

Did you rename the attribute on line 68?

<any context-menu=""></any> <!-- contextMenu = context-menu -->
nobalmohan commented 9 years ago

oops. I missed that one. Works fine !

Templarian commented 9 years ago

Cool! :smile: