AngularJS Tutorial: Creating Input Field with Tags

preview_player
Показать описание
In this tutorial, I'll show how you can make an input field with tags!

If you have any questions, comments, or criticism, let me know below!

Subscribe for future programming tutorials.

Рекомендации по теме
Комментарии
Автор

Awesome tut! Looking forward to the 2nd part :)

BjrnBrathen
Автор

Nicely laid out tutorial. However, I would like to make few suggestions:

AngularJs will throw an error when duplicates are pushed into an array. So, we can do something like:
$scope.addTag = function(){
if($scope.tagText.length && !== -1)
{ }
) };

Also, it is more appropriate to change the case of the tags before pushing them into the array as javascript is case sensitive. So, "Tags" and "tags" are considered different and thus both are pushed into the array.

thethakuri
Автор

Link to GitHub repo is in the video description.

ziggless
Автор

awesome!! Can you tell me from where I can download the code?

sandeepdeshpande
join shbcf.ru