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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problems with adding links in the News section

jenbreese opened this issue · comments

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.

commented

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..

commented

Fixed in dev