Skip to content

Commit ceedc9c

Browse files
committed
example fixes
1 parent 018acd3 commit ceedc9c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
##### <version> - <date>
1+
##### 0.1.0 - 16 September 2014
22

33
Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ First, feel free to contact me with questions. [Mailing List](https://groups.goo
3636

3737
1. Contribute to the issue that is the reason you'll be developing in the first place
3838
1. Fork js-data
39-
1. `git clone https://github.com/<you>/js-data.git`
40-
1. `cd js-data; npm install; bower install;`
39+
1. `git clone https://github.com/<you>/js-data-firebase.git`
40+
1. `cd js-data-firebase; npm install; bower install;`
4141
1. `grunt go` (builds and starts a watch)
4242
1. (in another terminal) `grunt karma:dev` (runs the tests)
4343
1. Write your code, including relevant documentation and tests

example/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head lang="en">
44
<meta charset="UTF-8">
55
<title></title>
6-
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
7-
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular.min.js"></script>
6+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
7+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.25/angular.min.js"></script>
88
<script src="https://cdn.firebase.com/js/client/1.0.21/firebase.js"></script>
99
<script src="https://github.com/js-data/js-data/releases/download/0.0.1/js-data-0.0.1.min.js"></script>
10-
<!--<script-->
11-
<!--src="https://github.com/js-data/js-data-firebase/releases/download/0.1.0/js-data-firebase-0.1.0.min.js"></script>-->
12-
<script src="example.js"></script>
10+
<script
11+
src="https://github.com/js-data/js-data-firebase/releases/download/0.1.0/js-data-firebase-0.1.0.min.js"></script>
12+
<script src="./example.js"></script>
1313
</head>
1414
<body data-ng-controller="firebaseCtrl as fCtrl">
1515
<div class="container">

0 commit comments

Comments
 (0)