Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

dinoboff/angular-gapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-gapi

Bower component for loading gapi.client, gapi.auth and Google Cloud endpoints javascript library.

Install

  1. bower install dinoboff/angular-gapi
  2. Include the bower_componenents/angular-gapi/service.js script.
  3. Include https://apis.google.com/js/api.js
  4. Add dinoboff.gapi as a module dependency to your app.

dinoGapiClientLoader services are now available.

bower.json:

{
  "name": "YourCoolProject",
  "description": "A great thing",
  "version": "0.0.1",
  "homepage": "http://www.example.org",
  "license": "GPL",
  "private": false,
  "dependencies": {
    "dinoboff-angular-gapi": "dinoboff/angular-gapi#0.3.0",
  }
}

Usage

See example/static/index.html

License

BSD

References

About

Angular service providing a Google API loader

Resources

Stars

Watchers

Forks

Packages

No packages published