/angular-cloud-kit

Angular CloudKit Module

MIT LicenseMIT

angular-cloud-kit

An angularjs serviceprovider to utilize CloudKit with angular

Installation

For installation the use of Bower is recommended.

Bower

Call the following command on your command line:

bower install --save angular-cloud-kit

And add the following line to your html file, for example index.html:

<script src="components/angular-cloud-kit/angular-cloud-kit.js"></script>

Manual

  • Download file.
  • Add the following line to your html file:
<script src="angular-cloud-kit.js"></script>

Usage