We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0cb93 commit b10d874Copy full SHA for b10d874
build/index.html
@@ -191,7 +191,7 @@ <h3>Customize!</h3>
191
</form>
192
</div>
193
194
- <!-- <div class="container">
+ <div class="container">
195
<h2>Upload progress example</h2>
196
<div class="progress-wrapper">
197
<div class="progress" ng-style="{'font-size': getFontSize()}">{{ ((uploadCurrent/100)*100) | number:0 }}%</div>
@@ -212,8 +212,7 @@ <h2>Upload progress example</h2>
212
<button ng-click="start();">Start</button>
213
<button ng-click="stop();">Stop</button>
214
<button ng-click="reset();">Reset</button>
215
- </div> -->
216
-
+ </div>
217
218
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.js"></script>
219
<script src="roundProgress.js"></script>
0 commit comments