Closed Nishchit14 closed 8 years ago
Get options from service as a deferred object by remote attribute.
HTML
<select selector model="country" remote= "vm.remote(search)" label-attr="name"> </select>
JS
vm.remote = function (search) { return MyAppService .getCountries({search:search}) };
For more example Plunkr1 Plunkr2
Closes #17
Thank you @Nishchit14 for this nice feature!
This is now available in v1.1.0.
Get options from service as a deferred object by remote attribute.
HTML
JS
For more example Plunkr1 Plunkr2