diff --git a/README.md b/README.md index aa3e188..8743e2b 100644 --- a/README.md +++ b/README.md @@ -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: + + ```