Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit b9db670

Browse files
docs: add links to FAQ
1 parent 5cb8d38 commit b9db670

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Got a question or problem?
22

3+
Firstly, please go over our FAQ: https://github.com/angular-ui/bootstrap/wiki/FAQ
4+
35
Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](http://stackoverflow.com/questions/tagged/angular-ui-bootstrap) where maintainers are looking at questions questions tagged with `angular-ui-bootstrap`.
46

57
StackOverflow is a much better place to ask questions since:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Project files are also available through your favourite package manager:
2626
* **Bower**: `bower install angular-bootstrap`
2727
* **NuGet**: https://nuget.org/packages/Angular.UI.Bootstrap/
2828

29+
## FAQ
30+
31+
https://github.com/angular-ui/bootstrap/wiki/FAQ
32+
2933
## Supported browsers
3034

3135
Directives from this repository are automatically tested with the following browsers:

misc/demo/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ <h3>CSS</h3>
169169
<p>Original Bootstrap's CSS depends on empty <code>href</code> attributes to style cursors for several components (pagination, tabs etc.).
170170
But in AngularJS adding empty <code>href</code> attributes to link tags will cause unwanted route changes. This is why we need to remove empty <code>href</code> attributes from directive templates and as a result styling is not applied correctly. The remedy is simple, just add the following styling to your application: <pre><code>.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }</code></pre>
171171
</p>
172+
<h3>FAQ</h3>
173+
<p>Please check <a href="https://github.com/angular-ui/bootstrap/wiki/FAQ" target="_blank">our FAQ section</a> for common problems / solutions.</p>
172174
</section>
173175
<% demoModules.forEach(function(module) { %>
174176
<section id="<%= module.name %>">

0 commit comments

Comments
 (0)