File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head lang ="en ">
4+ < meta charset ="UTF-8 ">
5+ < title > Flat JSON format for data tables</ title >
6+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css ">
7+ </ head >
8+ < body >
9+ < div class ="container ">
10+ < div class ="container ">
11+ < h1 > TEST < a href ="../index.html "> Go back</ a > </ h1 >
12+ </ div >
13+ </ div >
14+ </ body >
15+
16+ < script src ="https://code.jquery.com/jquery-1.11.3.min.js "> </ script >
17+ < script src ="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js "> </ script >
18+
19+ </ html >
Original file line number Diff line number Diff line change 99< div class ="container " ng-app ="myApp " ng-controller ="myAppController " ng-cloak >
1010
1111 < div class ="container ">
12- < h1 > Angular Data Grid</ h1 >
12+ < h1 > Angular Data Grid < a href ="demo/test.html "> Go to test page</ a > </ h1 >
13+
1314 < div class ="row " ng-if ="dataLoaded ">
1415 < div class ="col-xs-12 ">
1516 < div class ="col-md-3 ">
You can’t perform that action at this time.
0 commit comments