removed loading images in the search field

This commit is contained in:
Mario Colque 2014-06-02 13:12:41 -03:00
parent e09d0643dc
commit e5f7327d1f
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();
});
}