Merge pull request #503 from colkito/fix/hide-loading-search

removed loading images in the search field
This commit is contained in:
Matias Alejo Garcia 2014-06-02 13:23:17 -03:00
commit f18dc83cd6
4 changed files with 15 additions and 14 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -48,6 +48,7 @@ angular.module('insight.search').controller('SearchController',
_resetSearch();
$location.path('/block/' + hash.blockHash);
}, function() { //not found, fail :(
$scope.loading = false;
_badQuery();
});
}