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 was archived by the owner on Dec 1, 2023. It is now read-only.
Try the asynchronous typeahead with angular 1.4.0 and you should get this error.
Error: [filter:notarray] Expected array but received: {}
http://errors.angularjs.org/1.4.0/filter/notarray?p0=%7B%7D
at REGEX_STRING_REGEXP (http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:71:12)
at http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:18114:31
at fn (eval at <anonymous> (unknown source), <anonymous>:2:459)
at Object.$get.$parseOptions.valuesFn (http://localhost:3000/app/components/typeahead/parse-options.js:28:24)
at Object.fn (http://localhost:3000/app/components/typeahead/typeahead.js:170:23)
at Scope.$get.Scope.$digest (http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:15559:29)
at Scope.$get.Scope.$apply (http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:15827:24)
at done (http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:10266:47)
at completeRequest (http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:10438:7)
at XMLHttpRequest.requestLoaded (http://localhost:3000/jspm_packages/github/angular/bower-angular@1.4.0/angular.js:10379:9)angular.js:12224 (anonymous function)angular.js:9058 $getangular.js:15577 $get.Scope.$digestangular.js:15827 $get.Scope.$applyangular.js:10266 doneangular.js:10438 completeRequestangular.js:10379 requestLoaded
The text was updated successfully, but these errors were encountered:
Try the asynchronous typeahead with angular 1.4.0 and you should get this error.
The text was updated successfully, but these errors were encountered: