2015-04-19 13:53:18 -07: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-05-03 19:09:25 -07:00
|
|
|
script(src="/resources/js/vendor/lodash.js")
|
2015-04-19 13:53:18 -07:00
|
|
|
|
|
|
|
|
2015-02-19 09:51:07 -08:00
|
|
|
<!-- Angular Material Dependencies -->
|
2015-04-28 14:45:31 -07:00
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.js")
|
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-animate.js")
|
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular-aria.js")
|
2015-04-22 05:33:17 -07:00
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angular_material/0.8.3/angular-material.min.js")
|
2015-02-19 09:51:07 -08:00
|
|
|
|
2015-03-01 20:00:19 -08:00
|
|
|
|
2015-05-03 19:09:25 -07:00
|
|
|
|
2015-05-01 06:48:52 -07:00
|
|
|
<!-- Angular.io Site JS -->
|
2015-02-19 09:51:07 -08:00
|
|
|
script(src="/resources/js/site.js")
|
2015-05-01 06:48:52 -07:00
|
|
|
script(src="/resources/js/controllers/app-controller.js")
|
|
|
|
script(src="/resources/js/directives/bio.js")
|
|
|
|
script(src="/resources/js/directives/code-tabs.js")
|
2015-05-02 15:34:16 -07:00
|
|
|
script(src="/resources/js/directives/code-pane.js")
|
|
|
|
script(src="/resources/js/directives/code-example.js")
|
2015-05-01 06:48:52 -07:00
|
|
|
|
2015-03-04 05:21:10 -08:00
|
|
|
|
|
|
|
<!-- GA -->
|
2015-03-04 07:48:12 -08:00
|
|
|
script.
|
2015-03-04 05:21:10 -08:00
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-8594346-15', 'auto');
|
2015-03-04 11:48:14 -08:00
|
|
|
ga('send', 'pageview')
|
|
|
|
|
|
|
|
|
2015-03-11 20:21:59 -07:00
|
|
|
if current.path[0] == "docs"
|
|
|
|
<!-- SWIFTYPE -->
|
|
|
|
script.
|
|
|
|
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
|
|
|
|
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
|
|
|
|
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
|
|
|
|
})(window,document,'script','//s.swiftypecdn.com/install/v1/st.js','_st');
|
|
|
|
|
|
|
|
_st('install','VsuU7kH5Hnnj9tfyNvfK');
|