aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Pöyry <jpoyry@google.com>2015-06-13 00:50:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-06-13 00:50:03 +0000
commitc4c25e97ea4180da35821bf990d01647a3d8d40f (patch)
treeaf48b1b2b9a78ecdf070d9cee77c9b56336f5e97
parent3f17643a6e5b01a8decdf39e069534c80299e0d7 (diff)
parenta20ec06ec6cd1e186759075db9470714e8dd30f8 (diff)
downloadcherry-c4c25e97ea4180da35821bf990d01647a3d8d40f.tar.gz
Merge "Avoid evaluating constant autoscoll attrib."
-rw-r--r--client/index.html2
-rw-r--r--client/partials/batchResult.html2
-rw-r--r--client/partials/batchResultComparison.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/client/index.html b/client/index.html
index 858d18e..db91c62 100644
--- a/client/index.html
+++ b/client/index.html
@@ -71,7 +71,7 @@ limitations under the License.
<!-- Main -->
<div class="container-fluid">
- <div ui-view autoscroll="false">
+ <div ui-view>
</div>
</div>
diff --git a/client/partials/batchResult.html b/client/partials/batchResult.html
index 9e0246a..ab0fdf7 100644
--- a/client/partials/batchResult.html
+++ b/client/partials/batchResult.html
@@ -100,7 +100,7 @@ limitations under the License.
<!-- Test case result or test group view -->
<div id="testCaseContainer" style="float:left;">
- <ui-view autoscroll="false" ng-if="isInitialized" />
+ <ui-view ng-if="isInitialized" />
</div>
</div>
</div>
diff --git a/client/partials/batchResultComparison.html b/client/partials/batchResultComparison.html
index 71cee4e..48e8ae8 100644
--- a/client/partials/batchResultComparison.html
+++ b/client/partials/batchResultComparison.html
@@ -86,7 +86,7 @@ limitations under the License.
<div sized-by-window class="size-drag-bar" style="float:left;" size-drag-bar='{"left":"testCaseListContainer", "right":"testCaseContainer", "container":"mainPanelBody", "leftMinWidthRatio":0.2, "rightMinWidthRatio":0.2, "initialLeftWidthRatio":0.3}'></div>
<div id="testCaseContainer" style="float:left;">
- <ui-view autoscroll="false" ng-if="isInitialized" />
+ <ui-view ng-if="isInitialized" />
</div>
</div>
</div>