Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 294f72e

Browse files
committed
Demo
1 parent 632b385 commit 294f72e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

demo/index.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>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
6+
<title></title>
7+
8+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
9+
<script src="../dist/ng-cordova.js"></script>
10+
11+
</head>
12+
13+
<body ng-app="starter">
14+
15+
<script>
16+
angular.module('starter', ['ngCordova']);
17+
</script>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)