Skip to content

Commit

Permalink
Merge pull request #567 from johncrossman/COL-1069_part-2
Browse files Browse the repository at this point in the history
[QA] COL-1069, isLoading=true during subsequent searches in Asset Library
  • Loading branch information
pauline2k authored Jun 29, 2017
2 parents effcd44 + 0da0265 commit e06e6f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/app/assetlibrary/list/assetLibraryListController.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
* @return {void}
*/
var getAssets = $scope.getAssets = function() {
// Hide 'no results' message in the UI until we have results
$scope.isLoading = true;

// Keep track of the search options in the parent container's hash to allow
// for deep linking to a search
// NOTE: For deep linking to work, our custom 'getParentUrlData' and 'setParentHash' cross-window events must be supported
Expand Down

0 comments on commit e06e6f7

Please sign in to comment.