8000 Merge pull request #506 from angular-ui/README-fix-attr-handler · angular-ui/ui-sortable@f49794a · GitHub
[go: up one dir, main page]

Skip to content 8000
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit f49794a

Browse files
authored
Merge pull request #506 from angular-ui/README-fix-attr-handler
fix(README): fix attribute handler code sample
2 parents 220125b + aab1710 commit f49794a

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
@@ -157,7 +157,7 @@ $scope.sortableOptions = {
157157
};
158158
```
159159
```html
160-
<ul ui-sortable="sortableOptions" ng-model="items" ui-sortable-update="callBackFunction1()" >
160+
<ul ui-sortable="sortableOptions" ng-model="items" ui-sortable-update="callBackFunction1" >
161161
<li ng-repeat="item in items">{{ item }}</li>
162162
</ul>
163163
```

0 commit comments

Comments
 (0)
0