angular-block-ui icon indicating copy to clipboard operation
angular-block-ui copied to clipboard

Conflict when using with AngularJS-Bootstrap-UI

Open usernamehoax opened this issue 10 years ago • 2 comments

The blockUI dependency injected in the module's list in the main app object causes Typeahead directive from bootstrap-ui collection to stop working when using async loading for the source - not displaying the dropdown with results. Working on a fix...

usernamehoax avatar Aug 08 '15 20:08 usernamehoax

Because I rely on blockUI to define explicit blocking only in my app i turned off autoBlock in the blockUIConfig during the app's configuration. This allows the typeahead directive to work which works for me and my project for now but it may require more robust solution.

usernamehoax avatar Aug 08 '15 20:08 usernamehoax

#39 is a PR for solving this problem

pascalberger avatar Sep 14 '15 12:09 pascalberger