AngularJS is an open-source JavaScript framework.

learn more… | top users | synonyms

7
votes
1answer
5k views

Bootstrap-UI Typeahead display more than one property in results list?

I'm using ui-bootstrap typeahead. It works brilliantly! However, I'm wondering if its possible to display multiple properties or even HTML in the results list. Typical problem: the search returns ...
7
votes
4answers
4k views

How do I create an AngularJS UI bootstrap popover with HTML content?

I want to create a bootstrap popover with a pre tag containing a prettified JSON object. The naive implementation, <span popover='<pre>{[ some_obj | json:" " ]}</pre>' ...
0
votes
0answers
411 views

List filtering not working in AngularJS when bound to a slider with pagination

I have an ASP.NET MVC site with AngularJS on the Views and I need to do filtering on a list based on certain controls using AngularJS. Here are the controls: An input textbox acting as a search but ...