angular-tags
angular-tags copied to clipboard
Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
Is there a way to specify the expected model format? If I don't make changes to the tags, I get back what I put in, but when I do make...
I verified the `templateUrl` option by manually visiting http://localhost:9000/bower_components/bootstrap/template/typeahead/typeahead-popup.html. I also verified `scope.typeaheadOptions` in https://github.com/decipherinc/angular-tags/blob/0.2.10/dist/angular-tags-0.2.10.js#L585 is being set correctly. Why isn't angular-tags requesting the right template? Did I configure it...