Merge pull request #77 from davideast/bio

Remove rawgit change over to CDN dependency
This commit is contained in:
Alex Wolfe 2015-03-05 09:02:21 -08:00
commit 7faaad2aea
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
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")
script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
script(src="https://ajax.googleapis.com/ajax/libs/angular_material/0.8.2/angular-material.min.js")
<!-- VENDORS -->
script(src="/resources/js/vendor/prettify.js")