Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: third_party/pkg/angular/demo/bouncing_balls/web/index.html

Issue 180873006: Update the Angular/DI tests to latest from github. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Review feedback Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/pkg/angular/demo/bouncing_balls/web/index.html
diff --git a/third_party/pkg/angular/demo/bouncing_balls/index.html b/third_party/pkg/angular/demo/bouncing_balls/web/index.html
similarity index 89%
rename from third_party/pkg/angular/demo/bouncing_balls/index.html
rename to third_party/pkg/angular/demo/bouncing_balls/web/index.html
index 267371c28ae52df332419dc122de42222bf27f51..1f765d11f1155c070499c4cdf71a7cf8c94f1b27 100644
--- a/third_party/pkg/angular/demo/bouncing_balls/index.html
+++ b/third_party/pkg/angular/demo/bouncing_balls/web/index.html
@@ -45,10 +45,12 @@
</div>
<div>
- <div class="fps-bar"><div class="fps" ng-style-width="bounce.fps*4 + 'px'"></div></div>
+ <div class="fps-bar">
+ <div class="fps" ng-style-width="bounce.fps*4 + 'px'"></div>
+ </div>
</div>
- {{bounce.fps}} fps. ({{bounce.balls.length}} balls) [{{(1000/bounce.fps).round()}} ms] <br>
+ {{bounce.fps}} fps. ({{bounce.balls.length}} balls) [{{1000/bounce.fps}} ms] <br>
Digest: {{bounce.digestTime}} ms<br>
<a href ng-click="bounce.changeCount(1)">+1</a>
<a href ng-click="bounce.changeCount(10)">+10</a>

Powered by Google App Engine
This is Rietveld 408576698