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 e2f7d1c commit be9c81fCopy full SHA for be9c81f
README.md
@@ -44,7 +44,7 @@ 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 ng-model="item" />
+<input type="text" ng-model="item" />
48
<div scroll-pane scroll-config="paneConfig" id="myScrollPane" scroll-always-top="{{item}}">
49
<div ng-repeat="item in items track by $index">
50
<span>{{item}}</span>
0 commit comments