angular-docs-cn/public/docs/js/latest/help.jade

45 lines
1.5 KiB
Plaintext
Raw Normal View History

2015-03-04 20:43:41 -05:00
// TODO: Either make this import the same content that dart/latest/help.jade has
// OR make it meaningfully different. (Only a couple of things differ now.)
2015-03-02 09:29:08 -05:00
.l-main-section
h2 Get Help Using Angular
p.
We have an incredible community of developers who are passionate about solving problems.
2015-03-04 20:43:41 -05:00
We recommend some of the following methods to get help with Angular.
2015-03-02 09:29:08 -05:00
.l-sub-section
h3 Angular Google Group
2015-03-04 20:43:41 -05:00
ol
li.
Search the archive first.
It's likely that your question has already been answered.
li.
To avoid the spam moderation queue,
don't include code directly in your email. (See #3)
li.
Link to a live code example that demonstrates your problem or question,
so you'll get an answer faster.
<a href="http://plnkr.co/edit/rQvx8CXtmkCKR89jWn8T">Use this template</a>.
li.
If you get help, help others. Good karma rulez!
2015-03-02 09:29:08 -05:00
a(href="https://groups.google.com/forum/#!forum/angular" class="button button-primary" md-button) View the Google Group
.l-sub-section
h3 Angular Chat Room
p Talk in real time with other Angular developers.
a(href="http://webchat.freenode.net/?channels=angularjs&uio=d4" class="button button-primary" md-button) View the Chat Room
.l-sub-section
h3 Report an Issue
p If your run into an issue or have a feature request, you can create a new issue on our github repostitory.
2015-03-04 20:43:41 -05:00
a(href="https://github.com/angular/angular/issues" class="button button-primary" md-button) Report an Issue