Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Feb 11, 2016
1 parent 18f234a commit ca4dd64
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Include the library files:
<script src="dist/ngHandsontable.js"></script>
```

Include component to your app:

```js
angular.module('my-app', ['ngHandsontable']);
```

Template:

```html
Expand Down

0 comments on commit ca4dd64

Please sign in to comment.