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 dd70ff2 commit b416fc2Copy full SHA for b416fc2
build/index.html
@@ -215,10 +215,7 @@ <h2>Clock example</h2>
215
</div>
216
217
<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>
+ <script src="roundProgress.js"></script>
222
<script>
223
'use strict';
224
0 commit comments