Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 6e76ca8

Browse files
committed
Merge pull request #699 from firebase/de-changelog-readme
Changelog and Readme updates
2 parents b441d4f + dc68606 commit 6e76ca8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Firebase
3+
Copyright (c) 2016 Firebase
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ In order to use AngularFire in your project, you need to include the following f
2222

2323
```html
2424
<!-- AngularJS -->
25-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js"></script>
25+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0/angular.min.js"></script>
2626

2727
<!-- Firebase -->
2828
<script src="https://cdn.firebase.com/js/client/2.4.0/firebase.js"></script>
2929

3030
<!-- AngularFire -->
31-
<script src="https://cdn.firebase.com/libs/angularfire/1.1.3/angularfire.min.js"></script>
31+
<script src="https://cdn.firebase.com/libs/angularfire/1.1.4/angularfire.min.js"></script>
3232
```
3333

3434
Use the URL above to download both the minified and non-minified versions of AngularFire from the

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feature - Upgraded Angular dependency to support 1.5.x

0 commit comments

Comments
 (0)