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

Commit 72928dd

Browse files
authored
Merge pull request #529 from i62navpm/patch-1
Fix in Material example title.
2 parents cfcb636 + 2ff4a1a commit 72928dd

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
@@ -246,7 +246,7 @@ list A: stop
246246
For more details about the events check the [jQueryUI API documentation](http://api.jqueryui.com/sortable/).
247247

248248
## Integrating with directives doing transclusion
249-
Wrap the transclusion directive element with the ui-sortable directive and set the `items` to target your `ng-repeat`ed elements. Following best practices, it is also highly recommended that you add a `track by` expression to your `ng-repeat`. [Angular Meterial example](http://codepen.io/thgreasi/pen/NbyLVK).
249+
Wrap the transclusion directive element with the ui-sortable directive and set the `items` to target your `ng-repeat`ed elements. Following best practices, it is also highly recommended that you add a `track by` expression to your `ng-repeat`. [Angular Material example](http://codepen.io/thgreasi/pen/NbyLVK).
250250

251251
```js
252252
myAppModule.controller('MyController', function($scope) {

0 commit comments

Comments
 (0)