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 ac4f065 commit b864f89Copy full SHA for b864f89
docs/_layouts/default.html
@@ -61,7 +61,9 @@ <h2 id="project_tagline">{{ site.description | default: site.github.project_tagl
61
</script>
62
{% endif %}
63
64
+<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
65
<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>
67
<script src="https://cdn.rawgit.com/heyprof/angularjs-input-birthday/master/dist/angularjs-input-birthday.js" type="text/javascript"></script>
68
<script src="/angularjs-input-file/js/app.js"></script>
69
</body>
0 commit comments