angular-cn/public/_includes/_scripts-include.jade

16 lines
669 B
Plaintext
Raw Normal View History

2015-02-19 12:51:07 -05:00
<!-- Angular Material Dependencies -->
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js")
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js")
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.js")
<!-- Angular Material Javascript using RawGit to load directly from `bower-material/master` -->
script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
2015-03-01 23:00:19 -05:00
<!-- VENDORS -->
script(src="/resources/js/vendor/prettify.js")
script(src="/resources/js/vendor/lang-basic.js")
script(src="/resources/js/vendor/lang-dart.js")
2015-02-19 12:51:07 -05:00
script(src="/resources/js/site.js")