Skip to content

Commit b10d874

Browse files
author
crisbeto
committed
remove html comment
1 parent dc0cb93 commit b10d874

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3>Customize!</h3>
191191
</form>
192192
</div>
193193

194-
<!-- <div class="container">
194+
<div class="container">
195195
<h2>Upload progress example</h2>
196196
<div class="progress-wrapper">
197197
<div class="progress" ng-style="{'font-size': getFontSize()}">{{ ((uploadCurrent/100)*100) | number:0 }}%</div>
@@ -212,8 +212,7 @@ <h2>Upload progress example</h2>
212212
<button ng-click="start();">Start</button>
213213
<button ng-click="stop();">Stop</button>
214214
<button ng-click="reset();">Reset</button>
215-
</div> -->
216-
215+
</div>
217216

218217
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.js"></script>
219218
<script src="roundProgress.js"></script>

0 commit comments

Comments
 (0)