Skip to content

Commit

Permalink
Revert "#20 Moved the autoscroll=true parameter from the first <div u…
Browse files Browse the repository at this point in the history
…i-view> to the <body> tag. This helps with the page skipping down past the header, but when clicking from one page to the next, as in the case with the documentation tutorial boxes, the sub-page will still jump down on load."

This reverts commit ff24674 as it does not do anything.
  • Loading branch information
gastaldi committed Jun 18, 2015
1 parent ff24674 commit 62550f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<title ng-bind="($state.current.title || title ) + ' | JBoss Forge'">JBoss Forge</title>
</head>

<body ng-controller="rootCtrl" autoscroll="true">
<body ng-controller="rootCtrl">
<!--================== BEGIN PAGE CONTENT ==================-->
<header class="navbar navbar-static-top">
<div class="dropup">
Expand Down Expand Up @@ -71,7 +71,7 @@
</header>

<!-- This is where the main content will be placed -->
<div ui-view ></div>
<div ui-view autoscroll="true"></div>

<!-- PAGE SECTION LINKS AND SUPPORT -->
<div class="page-section blue footer-links-support">
Expand Down

0 comments on commit 62550f1

Please sign in to comment.