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

Clear search from details page with trash icon #268

Open patrickmcelwee opened 8 years ago

patrickmcelwee commented 8 years ago

Clicking on the trash icon should always clear the search

Sid reported:

  1. search for "GEM"
  2. click on a demo tile for detail view
  3. from detail view, click trash icon —> it goes back to 3 results
  4. i can't get out of the search and "Show all demos" button doesnt work

I think the issue may be that the SearchModel service is not accessible from the detail controller. We may need to inject it there.

I don't understand yet why 'Show all demos' does not work.

grtjn commented 8 years ago

sideways related to #266?