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

Commit

Permalink
Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jun 3, 2014
1 parent 632b385 commit 294f72e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title></title>

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js"></script>
<script src="../dist/ng-cordova.js"></script>

</head>

<body ng-app="starter">

<script>
angular.module('starter', ['ngCordova']);
</script>
</body>
</html>

0 comments on commit 294f72e

Please sign in to comment.