This repository has been archived by the owner on May 29, 2019. It is now read-only.
[typeahead]when I use 'template-url' with 'typeahead-show-hint' makes conflict. #5357
Labels
Milestone
Here is plnkr.
when i click to try to use typeahead.
makes a some error.
Cannot read property 'length' of undefined , ui-bootstrap-tpls-1.1.1.js:6049
I think the error because of 'template-url' not load yet. but show-hint option going to show some data before load finishing.
so i fix my code.
if (showHint) {var firstLabel = scope.matches[0].label; if(!inputValue)return;......}
The text was updated successfully, but these errors were encountered: