This directive allows you to add colors to your various table data.
- Install Karma, Grunt and Bower
$ npm install -g karma grunt-cli bower
- Install development dependencies
$ npm install
- Install components
$ bower install
**WIP
$ bower install andela-ogaruba/file-upload
If you use a bower.json
file in your project, you can have Bower save andela-ogaruba/file-upload as a dependency by passing the --save
or --save-dev
flag with the above command.
This will copy the andela-ogaruba/file-upload files into your bower_components
folder, along with its dependencies. Load the script files in your application:
```javascript
var myAppModule = angular.module('MyApp', ['uploadFile']);
Apply the directive to your form elements: