Skip to content

Commit

Permalink
Merge branch 'master' of github.com:handsontable/ngHandsontable
Browse files Browse the repository at this point in the history
  • Loading branch information
budnix committed Feb 11, 2016
2 parents 1af01c4 + ca4dd64 commit 98bde9b
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 98bde9b

Please sign in to comment.