File tree Expand file tree Collapse file tree 13 files changed +30
-30
lines changed
Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https:: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
8- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
8+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
99</ body >
1010</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
88 < div class ="container ">
1313 </ form >
1414
1515 </ div >
16- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
16+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
1717</ body >
1818</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
88 < div class ="container ">
1515 {{1 + 2 + 3}}
1616
1717 </ div >
18- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
18+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
1919</ body >
2020</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
88 < div class ="container ">
1313 </ form >
1414
1515 </ div >
16- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
16+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
1717</ body >
1818</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body ng-init ="articles = ['Pizza Margherita', 'Pizza Tonno'] ">
88 < div class ="container ">
2525 </ table >
2626
2727 </ div >
28- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
28+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
2929</ body >
3030</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body ng-init ="articles = ['Pizza Margherita', 'Pizza Tonno'] ">
88 < div class ="container ">
1919 </ table >
2020
2121 </ div >
22- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
22+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
2323</ body >
2424</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body ng-init ="articles = ['Pizza Margherita', 'Pizza Tonno'] ">
88 < div class ="container ">
1919 </ table >
2020
2121 </ div >
22- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
22+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
2323 < script src ="app.js "> </ script >
2424</ body >
2525</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
88 < div class ="container ">
2121 </ table >
2222
2323 </ div >
24- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
24+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
2525 < script src ="app.js "> </ script >
2626</ body >
2727</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
88 < div class ="container ">
2121 </ table >
2222
2323 </ div >
24- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
24+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
2525 < script src ="app.js "> </ script >
2626</ body >
2727</ html >
Original file line number Diff line number Diff line change 22< head >
33 < meta charset ="utf8 " />
44 < title > AngularJS Tutorial</ title >
5- < link rel ="stylesheet " href ="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
5+ < link rel ="stylesheet " href ="https: //netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css ">
66</ head >
77< body >
88 < div class ="container ">
3737 </ div >
3838
3939 </ div >
40- < script src ="//ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
40+ < script src ="https: //ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js "> </ script >
4141 < script src ="app.js "> </ script >
4242</ body >
4343</ html >
You can’t perform that action at this time.
0 commit comments