This repository was archived by the owner on May 29, 2019. It is now read-only.
File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- # bootstrap - [ AngularJS] ( http://angularjs.org/ ) directives specific to [ twitter bootstrap] ( http://twitter.github.com /bootstrap/ )
1
+ # bootstrap - [ AngularJS] ( http://angularjs.org/ ) directives specific to [ twitter bootstrap] ( http://twitter.github.io /bootstrap/ )
2
2
3
3
***
4
4
5
5
[ ![ Build Status] ( https://secure.travis-ci.org/angular-ui/bootstrap.png )] ( http://travis-ci.org/angular-ui/bootstrap )
6
6
7
7
## Demo
8
8
9
- Do you want to see directives in action? Visit http://angular-ui.github.com /bootstrap/ !
9
+ Do you want to see directives in action? Visit http://angular-ui.github.io /bootstrap/ !
10
10
11
11
## Installation
12
12
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ angular.module('plunker', [])
16
16
'<html ng-app="plunker">\n' +
17
17
' <head>\n' +
18
18
' <script src="http://ajax.googleapis.com/ajax/libs/angularjs/' + ngVersion + '/angular.js"></script>\n' +
19
- ' <script src="http://angular-ui.github.com /bootstrap/ui-bootstrap-tpls-' + version + '.js"></script>\n' +
19
+ ' <script src="http://angular-ui.github.io /bootstrap/ui-bootstrap-tpls-' + version + '.js"></script>\n' +
20
20
' <script src="example.js"></script>\n' +
21
21
' <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/' + bsVersion + '/css/bootstrap-combined.min.css" rel="stylesheet">\n' +
22
22
' </head>\n' +
@@ -30,7 +30,7 @@ angular.module('plunker', [])
30
30
return "angular.module('plunker', ['ui.bootstrap']);" + "\n" + content ;
31
31
} ;
32
32
33
- addField ( 'description' , 'http://angular-ui.github.com /bootstrap/' ) ;
33
+ addField ( 'description' , 'http://angular-ui.github.io /bootstrap/' ) ;
34
34
addField ( 'files[index.html]' , indexContent ( content . markup , version ) ) ;
35
35
addField ( 'files[example.js]' , scriptContent ( content . javascript ) ) ;
36
36
Original file line number Diff line number Diff line change 32
32
< ul class ="dropdown-menu " role ="menu " aria-labelledby ="dLabel ">
33
33
< li > < a href ="https://github.com/angular-ui/ "> < strong > Related Projects:</ strong > </ a > </ li >
34
34
< li class ="divider "> </ li >
35
- < li > < a href ="http://angular-ui.github.com / "> AngularUI</ a > </ li >
36
- < li > < a href ="http://angular-ui.github.com /ng-grid/ "> Grid</ a > </ li >
35
+ < li > < a href ="http://angular-ui.github.io / "> AngularUI</ a > </ li >
36
+ < li > < a href ="http://angular-ui.github.io /ng-grid/ "> Grid</ a > </ li >
37
37
< li > < a href ="https://github.com/angular-ui/AngularJs.tmbundle "> AngularJS.tmbundle</ a > </ li >
38
- < li > < a href ="http://angular-ui.github.com /router/ "> Router < span class ="label label-success "> New!</ span > </ a > </ li >
39
- < li > < a href ="http://angular-ui.github.com /Tips-n-Tricks/ "> Tips-n-Tricks < span class ="label "> WIP</ span > </ a > </ li >
38
+ < li > < a href ="http://angular-ui.github.io /router/ "> Router < span class ="label label-success "> New!</ span > </ a > </ li >
39
+ < li > < a href ="http://angular-ui.github.io /Tips-n-Tricks/ "> Tips-n-Tricks < span class ="label "> WIP</ span > </ a > </ li >
40
40
</ ul >
41
41
</ div >
42
42
< div class ="nav-collapse ">
67
67
</ h1 >
68
68
69
69
< p > Bootstrap components written in pure < strong > < a href ="http://angularjs.org "> AngularJS</ a > </ strong > by the < strong > < a
70
- href ="http://angular-ui.github.com "> AngularUI Team</ a > </ strong > </ p >
70
+ href ="http://angular-ui.github.io "> AngularUI Team</ a > </ strong > </ p >
71
71
72
72
< p class ="btn-group ">
73
73
< a class ="btn " href ="https://github.com/angular-ui/bootstrap "> < i class ="icon-github "> </ i > Code on Github</ a >
You can’t perform that action at this time.
0 commit comments