angular-debounce icon indicating copy to clipboard operation
angular-debounce copied to clipboard

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

Open vuhrmeister opened this issue 10 years ago • 6 comments

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

vuhrmeister avatar Dec 04 '15 11:12 vuhrmeister

+1

andrew-luhring avatar Oct 24 '16 22:10 andrew-luhring

+1

tokict avatar Nov 15 '16 08:11 tokict

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

timobehrens avatar Jan 31 '17 14:01 timobehrens

This is likely related to https://github.com/angular-ui/bootstrap/issues/6239 Name collision when ui-bootstrap typeahead directive generates a debounce on the tag.

bfowle avatar Feb 25 '17 18:02 bfowle

+1

priyavyasamor avatar Mar 27 '17 12:03 priyavyasamor

+1

JLRishe avatar May 25 '18 09:05 JLRishe