angular-multiselect
angular-multiselect copied to clipboard
[NOT MAINTAINED]Native AngularJS multiselect directive
Hi, how can i refresh data when write at the filter?
hello guys, where I can find multi-select settings, for example to disable filter and other? thanks
File changed - multiselect.js Fix for issues - 1. single select - button text is not mapped correctly to the string modal value #95 2. single select - button text...
This fix is for updating the header text when the change() option is used
How to use Required
angular select attribute supports track by but not in this directive. Error: [$parse:syntax] Syntax Error: Token 'track' is an unexpected token at column 15 of the expression [categories[0] track by...
If I have the following Object: ``` { id:1, name: 'Audi' } ``` It is possible via `options="c.name for c in cars"` to show the name but if I select...
single select - button text is not mapped correctly to the string modal value plnkr link - [link2](http://plnkr.co/edit/xawDkYHDlhXJyKubU9dF?p=preview) Object - ``` $scope.fruits = [ {id: '1', name: 'Apple'}, {id: '2',...
single select - button text is not mapped correctly to the model value Object - ``` $scope.fruits = [ {id: 1, name: 'Apple'}, {id: 2, name: 'Orange'}, {id: 3, name:...