You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
Hi, I used typeahead module for my web application and got following error:
Controller 'ngModel', required by directive 'debounce', can't be found!
The reason is that typeahead generates <ul ... debounce="debounceUpdate">...</ul> and I use angular-debounce library (https://github.com/shahata/angular-debounce) that provides debounce directive.
I think it would be better if ui-bootstrap had unique attributes (uib-debounce, uib-assign-is-open, uib-move-in-progress), especially for auto-generated DOM elements.
dconneely, Gres, bfowle, scripterkaran and priyavyasamor