File tree Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
6
6
< meta name ="author " content ="Rodik ">
7
- < meta name ="description " content ="">
8
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
9
- < link type ="image/x-icon " rel ="icon " href ="data:image/x-icon;base64,AAABAAEAAQECAAEAAQA4AAAAFgAAACgAAAABAAAAAgAAAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD///8AAAAAAAAAAAAAAAAA ">
10
-
11
7
</ head >
12
8
< body >
13
- < div >
14
- Test
15
- < div json-editor ="schema.json "> </ div >
16
- </ div >
17
- <!-- build:template
18
- <% if (environment !== 'dev') { %>
19
- <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
20
- <% } %>
21
- /build -->
22
- <!-- build:inlineJsBlock build/js/app.min.js -->
23
-
24
- <!-- app.min.js will be inlined here and replace this entire block's content -->
25
- < script src ="../bower_components/angular/angular.js "> </ script >
26
- < script src ="../bower_components/json-editor/dist/jsoneditor.js "> </ script >
27
-
28
- < script src ="../app/ng-json-editor.js "> </ script >
29
-
30
- < script src ="../demo/app.js "> </ script >
31
- <!-- /build -->
9
+ < div >
10
+ Test
11
+ < div json-editor ="schema.json "> </ div >
12
+ </ div >
13
+
14
+ < script src ="../bower_components/angular/angular.js "> </ script >
15
+ < script src ="../bower_components/json-editor/dist/jsoneditor.js "> </ script >
16
+
17
+ < script src ="../app/ng-json-editor.js "> </ script >
18
+
19
+ < script src ="../demo/app.js "> </ script >
32
20
</ body >
33
21
</ html >
You can’t perform that action at this time.
0 commit comments