Skip to content

Commit 3658502

Browse files
committed
chore: add migration guide link to homepage
Closes angular-ui#5037
1 parent a5cac90 commit 3658502

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

misc/demo/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ <h3>Installation</h3>
179179
<pre><code>angular.module('myModule', ['ui.bootstrap']);</code></pre>
180180
</p>
181181
<p>You can fork one of the plunkers from this page to see a working example of what is described here.</p>
182+
<h3>Migration to prefixes</h3>
183+
<p>Since version 0.14.0 we started to prefix all our components. If you are upgrading from ui-bootstrap 0.13.4 or earlier,
184+
check our <a href="https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes">migration guide</a>.</p>
182185
<h3>CSS</h3>
183186
<p>Original Bootstrap's CSS depends on empty <code>href</code> attributes to style cursors for several components (pagination, tabs etc.).
184187
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>

0 commit comments

Comments
 (0)