Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
getninjaN authored Jul 13, 2016
1 parent 730b179 commit a6a6061
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,11 @@ These are the default options, based on Sticky-Kit:

Events:
------
As of now you might have to add `$scope.$apply()` last in the event functions.
Like so:
Just use the events as you please. :)
```javascript
stick: function() {
$scope.message = "Oh no! I'm stuck!";
$scope.$apply();
}
```
I might fix this, I might not.

More information about events and options can be found over at the [Sticky-Kit reference](http://leafo.net/sticky-kit/#reference).

0 comments on commit a6a6061

Please sign in to comment.