From b9db670edebb889b4bc73ebc62ae69772dff494c Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Wed, 15 Oct 2014 19:45:33 +0200 Subject: [PATCH] docs: add links to FAQ --- CONTRIBUTING.md | 2 ++ README.md | 4 ++++ misc/demo/index.html | 2 ++ 3 files changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 353010f24c..061d9cdcb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,7 @@ ## Got a question or problem? +Firstly, please go over our FAQ: https://github.com/angular-ui/bootstrap/wiki/FAQ + 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`. StackOverflow is a much better place to ask questions since: diff --git a/README.md b/README.md index c5dbf24d86..df2ee975ec 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Project files are also available through your favourite package manager: * **Bower**: `bower install angular-bootstrap` * **NuGet**: https://nuget.org/packages/Angular.UI.Bootstrap/ +## FAQ + +https://github.com/angular-ui/bootstrap/wiki/FAQ + ## Supported browsers Directives from this repository are automatically tested with the following browsers: diff --git a/misc/demo/index.html b/misc/demo/index.html index c1891f4782..7a5cd9c370 100644 --- a/misc/demo/index.html +++ b/misc/demo/index.html @@ -169,6 +169,8 @@

CSS

Original Bootstrap's CSS depends on empty href attributes to style cursors for several components (pagination, tabs etc.). But in AngularJS adding empty href attributes to link tags will cause unwanted route changes. This is why we need to remove empty href 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:

.nav, .pagination, .carousel, .panel-title a { cursor: pointer; }

+

FAQ

+

Please check our FAQ section for common problems / solutions.

<% demoModules.forEach(function(module) { %>