├── CHANGELOG.md ├── LICENSE ├── README.md ├── bower.json ├── dist └── angular-selectize.js └── package.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machineboy2045/angular-selectize/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machineboy2045/angular-selectize/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machineboy2045/angular-selectize/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machineboy2045/angular-selectize/HEAD/bower.json -------------------------------------------------------------------------------- /dist/angular-selectize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machineboy2045/angular-selectize/HEAD/dist/angular-selectize.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/machineboy2045/angular-selectize/HEAD/package.json --------------------------------------------------------------------------------