Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #396 from UW-Madison-DoIT/tryBrowsing
Browse files Browse the repository at this point in the history
Suggest browsing as a recovery from a no-results MyUW search.
  • Loading branch information
vertein committed Feb 3, 2016
2 parents bf9bbb8 + 3de86f8 commit 258bd31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h4 class="header">MyUW</h4>
<hr>
<loading-gif data-object='myuwResults'></loading-gif>
<div ng-show="myuwFilteredResults.length == 0" class='no-result'>
No MyUW results
No MyUW results. <a href="apps">Try browsing instead?</a>
</div>
<div ng-repeat="portlet in myuwFilteredResults = (myuwResults | filter:searchTermFilter | showApplicable:showAll | orderBy:sortParameter | limitTo:searchResultLimit)" class="result">
<h4><a href="{{::portlet.maxUrl}}" target="{{::portlet.target}}">{{ portlet.name }}</a></h4>
Expand Down

0 comments on commit 258bd31

Please sign in to comment.