Closed donpinkus closed 9 years ago
This is an extremely useful directive
There is a bit of a learning curve to which of selectize's API methods this directive does or does not support.
For example the docs say the only different is "options" in config. After digging I found this issue https://github.com/machineboy2045/angular-selectize/issues/94 where I learnt that the load callback, and some other methods aren't supported.
It's expected the user will rely on Angular for loading the options. Note my latest comment on #94
In this case, could you document that one should rely on options?
In my case, the following happened:
This is an extremely useful directive
There is a bit of a learning curve to which of selectize's API methods this directive does or does not support.
For example the docs say the only different is "options" in config. After digging I found this issue https://github.com/machineboy2045/angular-selectize/issues/94 where I learnt that the load callback, and some other methods aren't supported.