| 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>
|
|
|