Skip to content

Commit be9c81f

Browse files
committed
Update README.md
1 parent e2f7d1c commit be9c81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ angular.module("app").controller("MyCtrl", function () {
4444
If need just specify atribute scroll-always-top. For example, good thing for custom autocomplete list.
4545

4646
```
47-
<input ng-model="item" />
47+
<input type="text" ng-model="item" />
4848
<div scroll-pane scroll-config="paneConfig" id="myScrollPane" scroll-always-top="{{item}}">
4949
<div ng-repeat="item in items track by $index">
5050
<span>{{item}}</span>

0 commit comments

Comments
 (0)