Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdav committed Feb 4, 2014
2 parents 643a4a0 + 65c3ffa commit 01bd7ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Tired of using jquery for a stupid scrollbar? well, this directive is just for y

## Rebuild the scrollbar
In case you need to rebuild the scorllbar, you may tell ng-scrollbar to rebuild it for you by broadcasting an event.
It's useful to use this option when the size or visibility of the container is dynamic and during the link phase the size can't be determined.
```html
<div class="scrollme" ng-scrollbar rebuild-on="rebuild:me" > .... </div>
```
Expand All @@ -46,3 +47,7 @@ In case you need to rebuild the scorllbar, you may tell ng-scrollbar to rebuild

## Examples
See the example in the respository.


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/asafdav/ng-scrollbar/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit 01bd7ef

Please sign in to comment.