-
Notifications
You must be signed in to change notification settings - Fork 1.8k
0.9.6 + angular 1.3.11 error #652
Comments
any movement on this? If i knew the library better i'd just crawl in there and fix it myself. |
Do you refer to this? I'm having that problem with 1.3.1 http://ajax.googleapis.com/ajax/libs/angularjs/1.3.0/angular.js |
@btm1 try to write 'reset-search-input' without quotes in the directive |
reset-search-input works but i'm guess that's just a temporary fix until that bug is resolved? |
I don't think is a fix because is working with angular 1.3.0 Is a bug introduced with angular 1.3.1 and in the code the option 'reset-search-input' is undefined. Have not ideia why and how in 1.3.0 is true. |
yeah i'm not sure all i know is this fixes my issue for now though. But I'm guessing that there needs to be revisited. |
Angular 1.3 doesn't seem to handle defaulting attributes in the same way not sure what else this affects
Should be fix now with #703 |
Your examples use 1.3.0 of angularjs but as soon as you update the version to 1.3.11 and you look at the tagging example there is an issue. the tagging seems to sort of work:
The key bindings for tagging tokens don't work anymore so you type ',' or ENTER and it doesn't auto tag.
Also even if you hit return and select the tag it keeps the written text in the input field afterwards at the end of the tags.
The text was updated successfully, but these errors were encountered: