Skip to content

Commit b864f89

Browse files
committed
Add moment + ui-translate for doc
1 parent ac4f065 commit b864f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl
6161
</script>
6262
{% endif %}
6363

64+
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
6465
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.4/angular.min.js"></script>
66+
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular-translate/2.15.1/angular-translate.min.js"></script>
6567
<script src="https://cdn.rawgit.com/heyprof/angularjs-input-birthday/master/dist/angularjs-input-birthday.js" type="text/javascript"></script>
6668
<script src="/angularjs-input-file/js/app.js"></script>
6769
</body>

0 commit comments

Comments
 (0)