Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

54 lines (31 loc) · 1.14 KB

angular-imco-charts

    bower install angular-imco-charts

#Usage

You can get it from Bower (not yet really :| has not been publish :P )

bower install angular-imco-charts

Load the script files in your application:

<script src="bower_components/angular-imco-charts/dist/angular-imco-charts.js"></script>

Add the specific module to your dependencies:

angular.module('myApp', ['imco.charts', ...])

#Development

in angular-utils-imco run:

bower link

in the application directory:

bower link angular-utils-imco

#Honor a quién honor merece

Getting Started

Download the production version or the development version.

In your web page:

<script src="angular.js"></script>
<script src="dist/angular-imco-charts.min.js"></script>

Documentation

(Coming soon)

Examples

(Coming soon)