Skip to content

Commit

Permalink
Beautified JS.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpocklin committed May 8, 2015
1 parent 2624df1 commit 7942e1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/angular-ui-view-spinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
return scope.isSpinnerEnabled() || scope.isNextRouteLoading();
};

scope.isAutoscroll = function() {
return scope.$eval('autoscroll');
};
scope.isAutoscroll = function() {
return scope.$eval('autoscroll');
};

// keeps track of stateChange events in directive to unbind on destroy
var boundEvents = [];
Expand Down

0 comments on commit 7942e1f

Please sign in to comment.