Skip to content

Commit

Permalink
fix(app): Scrolling now resets on route change
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Mar 3, 2016
1 parent 04673e2 commit 7882834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<left-nav-bar class="leftMenu col-md-2" ng-if="!fullWidth"></left-nav-bar>

<!-- each view must specify the controller they use -->
<div id="content-wrapper" ng-class="{ 'col-md-12': fullWidth, 'col-md-8': !fullWidth }" ng-view></div>
<div id="content-wrapper" ng-class="{ 'col-md-12': fullWidth, 'col-md-8': !fullWidth }" ng-view autoscroll></div>

<right-nav-bar class="rightMenu col-md-2" ng-if="!fullWidth"></right-nav-bar>
</div>
Expand Down

0 comments on commit 7882834

Please sign in to comment.