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 has been archived by the owner on Aug 24, 2017. It is now read-only.
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 :(
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :(
The text was updated successfully, but these errors were encountered: