bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 111 forks source link

Update NPM dependencies to the last versions #27

Closed stand579 closed 7 years ago

stand579 commented 7 years ago

Also fix build errors

stand579 commented 7 years ago

Hi @bentorfs, I just tagged version 1.1.5 so it's made available for Bower.

bentorfs commented 7 years ago

Nice! Thanks

On Tue, Dec 13, 2016, 13:32 Stanislava Nedyalkova notifications@github.com wrote:

Hi @bentorfs https://github.com/bentorfs, I just tagged version 1.1.5 so it's made available for Bower.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/bentorfs/angular-bootstrap-multiselect/pull/27#issuecomment-266727124, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFQ_Me7gAQrB5xNJKzLnf9BUltIKA7Pks5rHpBugaJpZM4LLpqX .

Dacheng-Zhao-activehealth commented 7 years ago

Can you please add more values like selectedOptions and unselectedOptions to the scope? I want to add value to the selection when press enter on the input. But need to modify the source file to make it happen. Thank you.