angular bootstrap typeahead bug
- by Mohammad Akbari
i use angular bootstrap typeahead (this lib ui-bootstrap-tpls.js
) in my app, when use two typeahead in one scope, only one work well, and other not work,
this is my code
angular.module('plunker', ['ui.bootstrap']);
function TypeaheadCtrl($scope) {
$scope.selected = undefined;
$scope.selected2 = undefined;
$scope.states =…