Skip to content

Commit

Permalink
remove html comment
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbeto committed Jul 6, 2015
1 parent dc0cb93 commit b10d874
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ <h3>Customize!</h3>
</form>
</div>

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

</div>

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

0 comments on commit b10d874

Please sign in to comment.