It looks like the remote data option for autocomplete is re-filtering the results?
How it breaks: I want a search for "John Smith" and a search for "John Jr." to both return from the server "John Smith, Jr." - and I'm handling that logic server-side.
The first search will work, but the second search gets back the result from the server, then filters it out because it couldn't match the string "John Jr." against the results from the server.
It seems like in the server call case, it shouldn't re-run the filter, true?
Specifically, I'm looking for a "best practices" way to make an Phone and a Tablet in portrait mode use a panel, and an iPad in landscape use the documentation's "side nav" secondary-content layout.
I can hack something together that renames hte div attributes when an orientation change is detected, but that's not very RWD. While I've gotten each working independently, I haven't seen a good way (possibly all CSS?) that I could make a responsive site for the side-nav.
I also think it would make an awesome doc/example. :)
I'd love to have each clickable header have the count of items inside it. However, the styling looks way off if I simply apply the ui-li-count to the count span. (It aligns over to the left)
Is there a "good" (read: non-hacky) way to do this?