boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

TypeError: undefined is not a function #42

Open michahell opened 10 years ago

michahell commented 10 years ago

Hi, i'm trying to get angular-tags working. i'm using version 0.2.10 using bower, is that the latest version truly? in a node-webkit project, i am receiving the error mentioned in the title.

This is the first part of the stacktrace: at Object.fn (template file version) line 459

What could be going on? i have included the .js and .css files, added the 'decipher.tags', 'ui.bootstrap.typeahead' to my app module, made sure ui.bootstrap is there (also using bower) and i try to test the simplest of angular-tags examples:

<tags model="tags"></tags>.

If i remove this line, i do not get any errors so i know this is causing it :(