forked from mgcrea/angular-strap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (69 loc) · 3.41 KB
/
index.html
File metadata and controls
92 lines (69 loc) · 3.41 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html lang="en" ng-app="mgcrea.ngStrapDocs">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>AngularStrap - AngularJS 1.2+ native directives for Twitter Bootstrap 3.</title>
<meta name="description" content="AngularJS 1.2+ native directives for Twitter Bootstrap 3.">
<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
<!-- Makes your prototype chrome-less once bookmarked to your phone's home screen -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Set a shorter title for iOS6 devices when saved to home screen -->
<meta name="apple-mobile-web-app-title" content="AngularStrap">
<!-- Properties for Google+ snippets -->
<meta property="og:title" content="AngularStrap">
<meta property="og:description" content="AngularJS 1.2+ native directives for Twitter Bootstrap 3.">
<meta property="og:image" content="http://mgcrea.github.io/angular-strap/static/images/snippet-logo.png">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
<link rel="author" href="https://plus.google.com/103156582871250188205">
<link rel="icon" href="http://angularjs.org/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://angularjs.org/favicon.ico" type="image/x-icon">
<!-- bower:css -->
<!-- endinject -->
<link rel="stylesheet" href="bower_components/highlightjs/styles/github.css">
<!-- inject:css -->
<!-- endinject -->
</head>
<body ontouchstart ng-controller="MainCtrl">
<div ng-include="'views/partials/navbar.html'"></div>
<div ng-include="'views/partials/header.html'"></div>
<div ng-include="'views/home.html'"></div>
<div ng-include="'views/partials/footer.html'"></div>
<!-- bower:js -->
<!-- endinject -->
<!-- source:js -->
<!-- endinject -->
<!-- inject:js -->
<!-- endinject -->
<!-- source-docs:js -->
<!-- endinject -->
<!-- views:js -->
<!-- endinject -->
<!-- Analytics
================================================== -->
<script type="text/javascript">
(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-1813303-8', 'mgcrea.github.io');
ga('send', 'pageview');
</script>
<!-- Socials
================================================== -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</body>
</html>