angular-block-ui
angular-block-ui copied to clipboard
Conflict when using with AngularJS-Bootstrap-UI
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...
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.
#39 is a PR for solving this problem