You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
In ng-repeats and such it is common for me to use local variables which are un-initialized. This requires me to initialize each and every one of them.
Using ng-init is an option, but I think it would be better to let the directive initialize them with empty string.
I have a usecase where ng-init does not work for some reason. Not sure why.
The text was updated successfully, but these errors were encountered:
uriva
changed the title
autocomplete displays "true" if model is undefined
md-autocomplete displays "true" if model is undefined
Apr 23, 2015
Example: http://plnkr.co/edit/SyWrnP4dn57JuPxbVoJm?p=preview
In ng-repeats and such it is common for me to use local variables which are un-initialized. This requires me to initialize each and every one of them.
Using ng-init is an option, but I think it would be better to let the directive initialize them with empty string.I have a usecase where ng-init does not work for some reason. Not sure why.
The text was updated successfully, but these errors were encountered: