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
<i>Note: Make sure you load angular-schema-form-dynamic-select.js **after** loading angular schema form.</i>
135
136
@@ -235,7 +236,7 @@ The asyncCallback must return a *http-style promise* and the data the promise pr
235
236
},
236
237
```
237
238
Note that in this example, the reference to the callback is a string, meaning a callback in the using controller scope.
238
-
Also note, again, because this is a common misunderstanding, that asyncCallback should *not* return the array of items, but a http-promise, like the one $http.get()/$http.post()
239
+
Also note, again, because this is a common misunderstanding, that asyncCallback should *not* return the array of items, but a http-promise, like the one $http.get()/$http.post() or [jquery's deferred.promise](https://api.jquery.com/deferred.promise/).
239
240
Returning the array would be a synchronous operation, see "callback" above.
240
241
241
242
### Multiple select from dynamically loaded list via http get
0 commit comments