Skip to content

Commit f667b64

Browse files
committed
fix app
1 parent 5217b12 commit f667b64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

umaterial/lockscreen.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
</div>
3434
<script src="dist/js/libs.js"></script>
3535
<script src="dist/js/angular.js"></script>
36+
<script src="app/js/app.js"></script>
3637
</body>
3738
</html>

umaterial/login.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@
5151
</div>
5252
<script src="dist/js/libs.js"></script>
5353
<script src="dist/js/angular.js"></script>
54+
<script src="app/js/app.js"></script>
5455
</body>
5556
</html>

0 commit comments

Comments
 (0)