2016-02-25 12:03:50 -05:00
|
|
|
if current.path[1]
|
|
|
|
- var language = current.path[1]
|
|
|
|
if current.path[2]
|
|
|
|
- var version = current.path[2].replace(/\_+/gm, ".")
|
|
|
|
if version && language
|
|
|
|
- var styleguide = "/docs/"+language+"/"+ version +"/styleguide.html"
|
|
|
|
else
|
|
|
|
- var styleguide = "/docs/ts/latest/styleguide.html"
|
|
|
|
|
2016-10-25 13:26:32 -04:00
|
|
|
div(class="main-footer" data-swiftype-index="false")
|
2016-09-12 11:34:29 -04:00
|
|
|
nav.background-midnight.grid-fluid
|
2015-02-19 12:43:42 -05:00
|
|
|
|
2015-03-05 00:39:57 -05:00
|
|
|
.c3.main-footer-branding
|
2015-02-27 00:39:19 -05:00
|
|
|
.logo-inverse-large
|
2015-02-19 12:43:42 -05:00
|
|
|
|
2016-05-30 11:25:07 -04:00
|
|
|
.c2
|
2016-04-28 15:31:38 -04:00
|
|
|
h3.text-headline RESOURCES
|
2015-02-24 09:38:30 -05:00
|
|
|
|
|
|
|
ul.text-body
|
2016-09-19 23:24:40 -04:00
|
|
|
// TODO: (ericjim) make a libraries page to showcase all angular libraries
|
2016-04-28 15:31:38 -04:00
|
|
|
//li <a href="/libraries.html">Libraries</a>
|
2016-04-30 01:57:18 -04:00
|
|
|
li <a href="/about/">About</a>
|
2016-11-14 13:39:46 -05:00
|
|
|
li <a href="/resources/#Education">Books & Training</a>
|
2016-04-30 01:57:18 -04:00
|
|
|
li <a href="/resources/">Tools & Libraries</a>
|
|
|
|
li <a href="/resources/">Community</a>
|
|
|
|
li <a href="/presskit.html">Press Kit</a>
|
2015-02-24 09:38:30 -05:00
|
|
|
|
2016-05-30 11:25:07 -04:00
|
|
|
.c2
|
2015-02-24 09:38:30 -05:00
|
|
|
h3.text-headline HELP
|
|
|
|
|
|
|
|
ul.text-body
|
2016-04-30 01:57:18 -04:00
|
|
|
li <a href="http://stackoverflow.com/questions/tagged/angular2">Stack Overflow</a>
|
|
|
|
li <a href="https://gitter.im/angular/angular">Gitter</a>
|
|
|
|
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
|
|
|
|
li <a href="https://github.com/angular/angular/issues"> Report Issues</a>
|
|
|
|
li <a class="footer-feedback" ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Site Feedback</a>
|
2015-02-24 09:38:30 -05:00
|
|
|
|
2016-05-30 11:25:07 -04:00
|
|
|
.c2
|
2015-02-24 09:38:30 -05:00
|
|
|
h3.text-headline COMMUNITY
|
|
|
|
|
|
|
|
ul.text-body
|
2016-04-30 01:57:18 -04:00
|
|
|
li <a href="/events.html">Events</a>
|
|
|
|
li <a href="http://www.meetup.com/topics/angularjs/">Meetups</a>
|
2015-03-02 09:15:13 -05:00
|
|
|
li <a href="https://twitter.com/angularjs"> Twitter</a>
|
2015-04-09 09:08:28 -04:00
|
|
|
li <a href="https://github.com/angular/angular"> GitHub</a>
|
2016-04-30 01:57:18 -04:00
|
|
|
li <a href="/contribute.html"> Contribute</a>
|
2015-02-24 09:38:30 -05:00
|
|
|
|
2016-05-30 11:25:07 -04:00
|
|
|
.c2
|
|
|
|
h3.text-headline LANGUAGES
|
|
|
|
|
|
|
|
ul.text-body
|
2016-07-12 01:38:25 -04:00
|
|
|
li <a href="https://angular.cn/">中文版</a>
|
2015-02-24 09:38:30 -05:00
|
|
|
|
2016-09-12 11:34:29 -04:00
|
|
|
footer(class="background-midnight")
|
2016-09-21 10:11:12 -04:00
|
|
|
small.text-caption Powered by Google ©2010-2016. Code licensed under an <a href="/license">MIT-style License</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
|
2016-09-21 09:32:11 -04:00
|
|
|
a(aria-label="View Style Guide" href=styleguide title="Style Guide" class="styleguide-trigger")
|
2016-03-31 20:33:19 -04:00
|
|
|
span.icon-favorite
|