ui.bootstrap.contextMenu icon indicating copy to clipboard operation
ui.bootstrap.contextMenu copied to clipboard

do not inject angular.element

Open ComBusJV opened this issue 8 years ago • 1 comments

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()

ComBusJV avatar Dec 13 '17 08:12 ComBusJV

Note this would make the library 1.3+ with that $applyAsync change.

Also, please make sure this was tested without jquery.

Templarian avatar Dec 14 '17 16:12 Templarian