Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cfe7b0e

Browse files
docs(ngShowHide): use local bootstrap CSS
1 parent 031d4cd commit cfe7b0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/ngShowHide.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate';
112112
</div>
113113
</file>
114114
<file name="glyphicons.css">
115-
@import url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css);
115+
@import url(../../components/bootstrap-3.1.1/css/bootstrap.css);
116116
</file>
117117
<file name="animations.css">
118118
.animate-show {
@@ -277,7 +277,7 @@ var ngShowDirective = ['$animate', function($animate) {
277277
</div>
278278
</file>
279279
<file name="glyphicons.css">
280-
@import url(//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css);
280+
@import url(../../components/bootstrap-3.1.1/css/bootstrap.css);
281281
</file>
282282
<file name="animations.css">
283283
.animate-hide {

0 commit comments

Comments
 (0)