Skip to content

Commit b416fc2

Browse files
author
crisbeto
committed
use the minified file in the demo
1 parent dd70ff2 commit b416fc2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build/index.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,7 @@ <h2>Clock example</h2>
215215
</div>
216216

217217
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.js"></script>
218-
<script src="../src/module.js"></script>
219-
<script src="../src/roundProgress.js"></script>
220-
<script src="../src/roundProgressService.js"></script>
221-
<script src="../src/roundProgressConfig.js"></script>
218+
<script src="roundProgress.js"></script>
222219
<script>
223220
'use strict';
224221

0 commit comments

Comments
 (0)