closes #1818 Previously, the markdown of some chapters was converted to Jade markup to support the conditional exclusion of TS prose parts in Dart chapters. This commit reverts some of that back to clean markdown, thanks to a few custom directives.
67 lines
2.9 KiB
Plaintext
67 lines
2.9 KiB
Plaintext
<!-- VENDORS -->
|
|
script(src="/resources/js/vendor/prettify.js")
|
|
script(src="/resources/js/vendor/lang-basic.js")
|
|
script(src="/resources/js/vendor/lang-dart.js")
|
|
script(src="/resources/js/vendor/lodash.js")
|
|
script(src="/resources/js/vendor/clipboard.min.js")
|
|
|
|
|
|
<!-- Angular Material Dependencies -->
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js")
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-animate.min.js")
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-aria.min.js")
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.0/angular-material.min.js")
|
|
|
|
<!-- Firebase -->
|
|
<script src="https://cdn.firebase.com/js/client/2.2.4/firebase.js"></script>
|
|
|
|
<!-- AngularFire -->
|
|
<script src="https://cdn.firebase.com/libs/angularfire/1.2.0/angularfire.min.js"></script>
|
|
|
|
|
|
<!-- Angular.io Site JS -->
|
|
script(src="/resources/js/site.js")
|
|
script(src="/resources/js/util.js")
|
|
script(src="/resources/js/controllers/app-controller.js")
|
|
script(src="/resources/js/controllers/resources-controller.js")
|
|
script(src="/resources/js/directives/cheatsheet.js")
|
|
script(src="/resources/js/directives/api-list.js")
|
|
script(src="/resources/js/directives/bio.js")
|
|
script(src="/resources/js/directives/bold.js")
|
|
script(src="/resources/js/directives/code.js")
|
|
script(src="/resources/js/directives/copy.js")
|
|
script(src="/resources/js/directives/code-tabs.js")
|
|
script(src="/resources/js/directives/code-pane.js")
|
|
script(src="/resources/js/directives/code-example.js")
|
|
script(src="/resources/js/directives/if-docs.js")
|
|
script(src="/resources/js/directives/live-example.js")
|
|
script(src="/resources/js/directives/ngio-ex-path.js")
|
|
script(src="/resources/js/directives/scroll-y-offset-element.js")
|
|
|
|
<!-- GA -->
|
|
script.
|
|
(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');
|
|
ga('send', 'pageview')
|
|
|
|
|
|
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');
|
|
|
|
<!-- Google Feedback -->
|
|
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")
|
|
|
|
<!-- Twitter Widget -->
|
|
script.
|
|
(function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}})(document,"script","twitter-wjs"); |