Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit c61e697

Browse files
bekospkozlowski-opensource
authored andcommitted
demo(all): fix bootstrap cdn for plunker
1 parent aee5cc8 commit c61e697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/demo/assets/plunker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ angular.module('plunker', [])
1818
' <script src="http://ajax.googleapis.com/ajax/libs/angularjs/'+ngVersion+'/angular.js"></script>\n' +
1919
' <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-'+version+'.js"></script>\n' +
2020
' <script src="example.js"></script>\n' +
21-
' <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/'+bsVersion+'/css/bootstrap-combined.min.css" rel="stylesheet">\n' +
21+
' <link href="//netdna.bootstrapcdn.com/bootstrap/'+bsVersion+'/css/bootstrap.min.css" rel="stylesheet">\n' +
2222
' </head>\n' +
2323
' <body>\n\n' +
2424
content + '\n' +

0 commit comments

Comments
 (0)