Skip to content

Commit

Permalink
0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Aug 30, 2016
1 parent 361f7c3 commit 99a2603
Show file tree
Hide file tree
Showing 12 changed files with 2,068 additions and 126 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Become a sponsor and get your logo on our README on Github with a link to your s
```
```html
<!-- Satellizer CDN -->
<script src="https://cdn.jsdelivr.net/satellizer/0.15.4/satellizer.min.js"></script>
<script src="https://cdn.jsdelivr.net/satellizer/0.15.5/satellizer.min.js"></script>
```

#### <img src="https://upload.wikimedia.org/wikipedia/commons/d/db/Npm-logo.svg" height="22" align="top"> NPM
Expand Down
81 changes: 42 additions & 39 deletions dist/satellizer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/satellizer.js.map

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion dist/satellizer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/client/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ angular.module('MyApp', ['ngResource', 'ngMessages', 'ngAnimate', 'toastr', 'ui.
* Satellizer config
*/
$authProvider.facebook({
clientId: 'YOUR_FACEBOOK_APP_ID'
clientId: '603122136500203'
});

$authProvider.google({
Expand Down
81 changes: 42 additions & 39 deletions examples/client/vendor/satellizer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 99a2603

Please sign in to comment.