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 acef6b5 commit 7daeac2Copy full SHA for 7daeac2
README.md
@@ -44,8 +44,8 @@ angular.module("app").controller("MyCtrl", function () {
44
If need just specify atribute scroll-always-top. For example, good thing for custom autocomplete list.
45
46
```
47
-<input type="text" ng-model="item" />
48
-<div scroll-pane scroll-config="paneConfig" id="myScrollPane" scroll-always-top="{{item}}">
+<input type="text" ng-model="someText" />
+<div scroll-pane scroll-config="paneConfig" id="myScrollPane" scroll-always-top="{{someText}}">
49
<div ng-repeat="item in items track by $index">
50
<span>{{item}}</span>
51
</div>
0 commit comments