Skip to content

Commit

Permalink
Merge pull request #4 from TechFounder/patch-2
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
brandon-barker committed Dec 2, 2014
2 parents ddf1e2d + 640ad6d commit 0f87965
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ $ bower install angular-float-thead
```

5. If you want the directive to reinitialize when your tables data changes then specify an ```ng-model``` on your table and it will watch the collection/object and call 'reflow' when the data changes.

Like this:

```<table float-thead="floatTheadOptions" ng-model="theControllerWhereYouPlacedYourfloatTheadOptionsScopeinStep4">```

0 comments on commit 0f87965

Please sign in to comment.