-
This can be achieved nice by changing the directive code from:
templateUrl: 'ngTagsInput/auto-complete.html'
to:
templateUrl: function(tElem, tAttrs) { return tAttrs.templateUrl ? tAttrs.templateUr…
-
Is there a way ( short of forking the code ) to provide a custom template for both the tag and the autocomplete template? I'm using ngTagsInput as a multi-user selector for my application, but I would…
-
I'm very excited to see work being done on dictionary support in the API, because this is something that could greatly help me solve a pressing problem.
##### Context
In the context of a Document Sto…
-
When Max tags are reached showing placeholder is inviting the user to make an error.
-
I am using angular 1.2.0 with the latest ng-tags-input build. I thought I cut and pasted the examples directly into my code but I am getting this error when I refresh the page:
TypeError: undefined …
-
Is there a way to clear the placeholder. If I try placeholder=' ' (with a blank space), or placeholder='' , it still shows 'Add a tag'. Can you provide an option to clear it (may check for empty stri…
-
hi ,
I am using list attribute for typeahead, When my list scope array values changes, typeahead should show new array list but it shows old list always.
-
Steps
1. Set up an ng-tags-input with autocomplete (e.g. the "Simple tags input with autocomplete" example on the demo page http://mbenford.github.io/ngTagsInput/demos.html)
2. Type a tag name contain…
-
-
When auto-complete is used, $query is not resolved to newTags Input:
Code:
Code:
$scope.loadTags = function(val) {
return $http.get(tagurl+"&query="+val);
};
Result:
val is set to "undefined"…