-
Notifications
You must be signed in to change notification settings - Fork 26
/
index.html
49 lines (45 loc) · 2.31 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML>
<html>
<head>
<title>angular-formly</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
<link rel="shortcut icon" type="image/ico" href="favicon.ico"/>
<meta name="google-site-verification" content="ijXWr59OymJEDprMPsfL9fF-XyrLy4lD0Ylz-ZGusd4" />
<meta name="author" content="Kent C. Dodds" />
<meta name="keywords" content="angular forms,angularjs forms,json forms,angularjs json forms,angular-formly," />
<meta name="description" content="angular-formly: JavaScript Powered Forms for AngularJS" />
<!-- BEGIN TRACKJS -->
<script type="text/javascript">window._trackJs = { token: 'cc1aefaac33f4c48a589ede51e0ee5de' };</script>
<script type="text/javascript" src="https://d2zah9y47r7bi2.cloudfront.net/releases/current/tracker.js"></script>
<!-- END TRACKJS -->
<style>
.ng-cloak {display: none;}
body {"Helvetica Neue", Helvetica, Arial, sans-serif}
</style>
</head>
<body>
<a href="https://github.com/formly-js/angular-formly">
<img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub">
</a>
<div class="loading" ng-if="false" style="text-align:center;color:#777">
<h1>Angular Formly is loading...</h1>
</div>
<div ui-view id="root-view" class="page-wrap ng-cloak"></div>
<div id="footer" class="row +text-center site-footer ng-cloak">
<a href="https://github.com/formly-js/angular-formly">angular-formly</a>
was created by the good folks at
<a href="http://gonimbly.com/">Nimbly</a>
(specifically <a href="https://github.com/astrism">Grant Helton</a>)
and is actively developed by <a href="https://github.com/kentcdodds">Kent C. Dodds</a>.
</div>
<script src="bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59506797-1', 'auto');
ga('require', 'displayfeatures');
</script>
</body>
</html>