Skip to content

Commit a6a6061

Browse files
authored
Update README.md
1 parent 730b179 commit a6a6061

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,11 @@ These are the default options, based on Sticky-Kit:
5454

5555
Events:
5656
------
57-
As of now you might have to add `$scope.$apply()` last in the event functions.
58-
Like so:
57+
Just use the events as you please. :)
5958
```javascript
6059
stick: function() {
6160
$scope.message = "Oh no! I'm stuck!";
62-
$scope.$apply();
6361
}
6462
```
65-
I might fix this, I might not.
6663

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

0 commit comments

Comments
 (0)