We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 730b179 commit a6a6061Copy full SHA for a6a6061
README.md
@@ -54,14 +54,11 @@ These are the default options, based on Sticky-Kit:
54
55
Events:
56
------
57
-As of now you might have to add `$scope.$apply()` last in the event functions.
58
-Like so:
+Just use the events as you please. :)
59
```javascript
60
stick: function() {
61
$scope.message = "Oh no! I'm stuck!";
62
- $scope.$apply();
63
}
64
```
65
-I might fix this, I might not.
66
67
More information about events and options can be found over at the [Sticky-Kit reference](http://leafo.net/sticky-kit/#reference).
0 commit comments