Angular Google GApi
An AngularJS module for create a dynamic calculator
Requirements
Installation
Add library
This module is available as bower package, install it with this command:
bower install angular-calculator
and it's available too as npm package, install it with this command:
npm install angular-calculator
or you may download the latest release
Add dependency
var app = angular;
Development
Gulp is used to minify angular-google-gapi.js (using Uglify). Execute 'npm install' (requires Node and NPM) to install the required packages.
Run "gulp" to generate a minified version (angular-google-gapi.min.js). Note that this requires gulp to be installed globally (via 'npm install -g gulp').