Attempting to combine Angular UI Bootstrap's Typeahead with Alert
问题 I'm attempting to take the results of a typeahead and stick it into a bootstrap alert. I would like the user to be able to select multiple times from the typeahead select, and have this create multiple bootstrap alerts. Here is my sample. Currently the two issues are: alert does not work, even as a sample Alert and Typeahead are not talking to each other jsfiddle My html: <body ng-app="testApp"> <div class='container-fluid' ng-controller="TypeaheadCtrl"> <pre>Choice: {{selected| json}}</pre>