Ilya Kremer
Ilya Kremer
@wanchopeblanco thank you very mush for this suggestion, it's very useful. I've added an option the same way as `filterIgnoreCase`. It is false by default, but you can easily change...
@40rn05lyv, I'm sorry for that. Fixed it.
No, there is no such method. But it could be easily implemented. I guess you need the method which would get the value of a search field?
It's ok dude. I'm sorry.
@odie2 Hi, Maciej! Thank you for detailed request. Maybe this would help you a bit, I've added the placeholder option. Check your updated fiddle: http://jsfiddle.net/ivkremer/g9tpzp7t/1/, make sure you've refreshed static...
I suppose this is a bug and what is needed is a manual `ngModel.$render();` call after value initialization by directive itself (after line 70). @luisfarzati I'm going to submit a...
@djheart0710 I'm not sure because I didn't participate in this directive development but I consider direct $render() call there is required since it's set manually and not parsed or rendered...
@djheart0710 Ok, I got your idea. Actually I failed with testing and didn't understand that my fix is not working for an older version at least for v1.2.16 resulting in...
This is a fix for overriding `ngModel.$render` method. It's not working for some old versions of Angular. See this Angular issue: https://github.com/angular/angular.js/issues/4560.
Hi! This question requires consideration. The problem is the default value of a `select` is its first value: http://jsfiddle.net/ivkremer/2LDJb/1/. I can add an parameter to enable this functionality like the...