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

Commit aab1710

Browse files
authored
fix(README): fix attribute handler code sample
1 parent 7ebaa33 commit aab1710

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)