angular-calculator
v0.1.0
Published
An AngularJS module for create a dynamic calculator
Downloads
8
Maintainers
Readme
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
<script type="text/javascript" src="/angular-calculator/dist/angular-calculator.min.js"></script>
Add dependency
var app = angular.module('myModule', ['angular-calculator']);
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').