Skip to content

Commit

Permalink
Merge pull request #26 from Phisherman/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
TomNeyland committed Nov 21, 2014
2 parents b26de6b + 59bc798 commit d5ca5dc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@ Download the [production version][min] or the [development version][max].

If you use bower, you can install this via: `bower install angular-dc`

30 second look:
### Dependencies
See the bower.json file for dependencies: [bower.json][bower.json]

[bower.json]: https://github.com/TomNeyland/angular-dc/blob/master/bower.json

### 30 second look

```html
<script src="angular.js"></script>
<script src="dist/angular-dc.min.js"></script>
<!--don't forget to include all dependencies-->
<script>
//load the angular-dc module in your app
angular.module("myApp", ['angularDc']);
// some angularjs controller code...
</script>

Expand Down

0 comments on commit d5ca5dc

Please sign in to comment.