Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Commit ed166f5

Browse files
committed
update version
1 parent ba8fda2 commit ed166f5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "angular-google-gapi",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"homepage": "https://maximepvrt.github.io/angular-google-gapi",
55
"authors": [
66
"maximepvrt <maximepvrt@gmail.com>"
77
],
8-
"description": "An AngularJS module for use all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module use Google APIs Client Library for JavaScript, available for all GApis.",
8+
"description": "An AngularJS module for using all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module uses Google APIs Client Library for JavaScript, available for all GApis.",
99
"main": "dist/angular-google-gapi.min.js",
1010
"keywords": [
1111
"google apis",

dist/angular-google-gapi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,12 @@
342342

343343
(function() {
344344
'use strict';
345-
angular.module('angular-google-gapi').factory('GClient', ['$document', '$q', '$window',
346-
function ($document, $q, $window) {
345+
angular.module('angular-google-gapi').factory('GClient', ['$document', '$q', '$window', '$timeout',
346+
function ($document, $q, $window, $timeout) {
347347

348348
var LOAD_GAE_API = false;
349349
var LOADING_GAE_API = false;
350-
var URL = 'https://apis.google.com/js/client.js?onload=_gapiOnLoad';
350+
var URL = 'https://apis.google.com/js/client:platform.js?onload=_gapiOnLoad';
351351
var API_KEY = null;
352352
var OBSERVER_CALLBACKS = [];
353353

dist/angular-google-gapi.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-google-gapi",
3-
"version": "1.0.0",
4-
"description": "An AngularJS module for use all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module use Google APIs Client Library for JavaScript, available for all GApis.",
3+
"version": "1.0.1",
4+
"description": "An AngularJS module for using all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module uses Google APIs Client Library for JavaScript, available for all GApis.",
55
"main": "dist/angular-google-gapi.min.js",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)