Skip to content

Commit

Permalink
depd: updated promise library
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 20, 2015
1 parent 8ffe4a3 commit 5407b69
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Jonathan Hornung <jonathan.hornung@gmail.com>"
],
"version": "0.4.11",
"version": "0.4.12",
"description": "youtube plugin for apiNG",
"main": "dist/angular-plugin-youtube.min.js",
"moduleType": [],
Expand Down
3 changes: 2 additions & 1 deletion demo/aping-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ apingApp.config(['$provide', function ($provide) {

$provide.constant("apingApiKeys", {
youtube : [
{'apiKey':'<YOUR_YOUTUBE_API_KEY>'},
//{'apiKey':'<YOUR_YOUTUBE_API_KEY>'},
{'apiKey':'AIzaSyARYVuV6dho71EMZI6j6-sDEgo8OOnFygM'},
]
});

Expand Down
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<script src="../src/aping-youtube-helper.js"></script>
</head>
<body ng-app="app">
<h1>[{'channelId':'UCoxMr8CYaJY-om5eJ2RA_4g'}]</h1>
<aping model="social" aping-youtube="[{'channelId':'UCoxMr8CYaJY-om5eJ2RA_4g'}]"></aping>
<hr>
<h1>[{'lat':'48.2187997', 'lng':'11.6247072', 'distance':'1000m'}]</h1>
<aping model="social" aping-youtube="[{'lat':'48.2187997', 'lng':'11.6247072', 'distance':'1000m'}]"></aping>
<hr>
<h1>[{'search':'fcbayern'}]</h1>
<aping model="social" aping-youtube="[{'search':'fcbayern'}]"></aping>
<hr>
<h1>[{'channelId':'UC37PFGlxWgx4tU6SlhPCdCw'}]</h1>
<aping model="social" aping-youtube="[{'channelId':'UC37PFGlxWgx4tU6SlhPCdCw'}]"></aping>
<hr>
<h1>[{'playlistId':'PLzm_lfByuAEF5RTM5j94TLrbbF4a9PBG4'}]</h1>
<aping model="social" aping-youtube="[{'playlistId':'PLzm_lfByuAEF5RTM5j94TLrbbF4a9PBG4'}]"></aping>

Expand Down
4 changes: 2 additions & 2 deletions dist/aping-plugin-youtube.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aping-plugin-youtube",
"version": "0.4.11",
"version": "0.4.12",
"description": "youtube plugin for apiNG",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit 5407b69

Please sign in to comment.