marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.
Other
11 stars 17 forks source link

Problems with adding links in the News section #256

Closed jenbreese closed 8 years ago

jenbreese commented 8 years ago

The links aren't working properly to a filtered search. Try the last link in the news section that is currently available. If you click on Next or 2 the pagination box redraws. When you first land on the page, it appears as if it is listing everything.

grtjn commented 8 years ago

I'm able to reproduce this. It is caused by the bare search() in search-ctrl.js. That should be triggered by fromParams, so it runs after parsing params, and not before..

grtjn commented 8 years ago

Fixed in dev