Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
docs(README): Add download links for the latest build files [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenford committed May 10, 2016
1 parent 8d17746 commit b94a729
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ All files are available from a variety of sources. Choose the one that best fits
- Bower (`bower install ng-tags-input --save`)
- CDNJS (http://cdnjs.com/libraries/ng-tags-input)

You can also grab the [latest build](http://shrub.appspot.com/ng-tags-input) generated by Travis. It's fully functional and may contain new features and bugfixes not yet published to the services listed above.
You can also grab the [latest build](#latest-build) generated by Travis. It's fully functional and may contain new features and bugfixes not yet published to the services listed above.

Now all you have to do is add the scripts to your application. Just make sure the `ng-tags-input.js` file is inserted **after** the `angular.js` script:

Expand Down Expand Up @@ -101,3 +101,8 @@ The following are some alternatives to ngTagsInput you may want to check out:
- [angular-tagger](https://github.com/monterail/angular-tagger): Pure Angular autocomplete with tags, no jQuery
- [jsTag](https://github.com/eranhirs/jstag): Open source project for editing tags (aka tokenizer) based on AngularJS
- [bootstrap-tagsinput](http://timschlechter.github.io/bootstrap-tagsinput/examples): jQuery plugin providing a Twitter Bootstrap user interface for managing tags (provides Angular support)

## Latest build

- Compressed: [ng-tags-input.min.zip](https://s3.amazonaws.com/ng-tags-input/ng-tags-input.min.zip)
- Uncompressed: [ng-tags-input.zip](https://s3.amazonaws.com/ng-tags-input/ng-tags-input.zip)

0 comments on commit b94a729

Please sign in to comment.