Skip to content

Commit

Permalink
docs(ngShowHide): use local bootstrap CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 23, 2014
1 parent 031d4cd commit cfe7b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ng/directive/ngShowHide.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate';
</div>
</file>
<file name="glyphicons.css">
@import url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css);
@import url(../../components/bootstrap-3.1.1/css/bootstrap.css);
</file>
<file name="animations.css">
.animate-show {
Expand Down Expand Up @@ -277,7 +277,7 @@ var ngShowDirective = ['$animate', function($animate) {
</div>
</file>
<file name="glyphicons.css">
@import url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css);
@import url(../../components/bootstrap-3.1.1/css/bootstrap.css);
</file>
<file name="animations.css">
.animate-hide {
Expand Down

0 comments on commit cfe7b0e

Please sign in to comment.