Skip to content

Commit 6c2fd87

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
adding sample demo file to redirect
1 parent f1789d3 commit 6c2fd87

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

demo/test.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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>

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
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">

0 commit comments

Comments
 (0)