Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller 'ngModel', required by directive 'debounce', can't be found! #18

Open
vuhrmeister opened this issue Dec 4, 2015 · 6 comments

Comments

@vuhrmeister
Copy link

This is my code

<input ng-model="chunk.userInput" debounce="500">

and I get the following error:

Controller 'ngModel', required by directive 'debounce', can't be found!

Apart from the debounce directive my input field works just fine. My model is properly updated. But it just doesn't debounce!

I'm running angular v. 1.2.25

@andrew-luhring
Copy link

+1

1 similar comment
@tokict
Copy link

tokict commented Nov 15, 2016

+1

@timobehrens
Copy link

timobehrens commented Jan 31, 2017

+1. This error even occurs without using the directive anywhere.
using angular 1.5.3

@bfowle
Copy link

bfowle commented Feb 25, 2017

This is likely related to angular-ui/bootstrap#6239
Name collision when ui-bootstrap typeahead directive generates a debounce on the tag.

@priyavyasamor
Copy link

+1

1 similar comment
@JLRishe
Copy link

JLRishe commented May 25, 2018

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants