Fix jshint errors

This commit is contained in:
Joe Fiorini 2015-03-17 13:16:01 -04:00
parent 83e9553015
commit 144044f4dc

View File

@ -72,7 +72,6 @@ export default ['$location', '$compile', '$rootScope', 'SearchWidget', 'Paginate
this.scope.mode = options.mode;
this.scope.isHiddenByOptions = function(options) {
var hiddenByNgHide = false, shownByNgShow = false;
// If neither ngHide nor ngShow are specified we
// know it.s not hidden by options