ui.bootstrap.contextMenu
ui.bootstrap.contextMenu copied to clipboard
do not inject angular.element
removed injection of angular.element for async loading, usage of loader.js https://github.com/angular/angular.js/blob/41d5c90f170cc054b0f8f88220c22ef1ef6cc0a6/src/loader.js#L26 only ensures angular.module. replaces usage of $() with angular.element()
Note this would make the library 1.3+ with that $applyAsync change.
Also, please make sure this was tested without jquery.