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

Commit 484a2dc

Browse files
committed
Improved README spacing for better readability.
1 parent 9390969 commit 484a2dc

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
@@ -33,7 +33,7 @@ Apply the directive to your form elements:
3333

3434
* `ng-model` is required, so that the directive knows which model to update.
3535
* `ui-sortable` element should only contain one `ng-repeat` and not any other elements (above or below).
36-
Otherwise the index matching of the generated DOM elements and the `ng-model`'s items will break.
36+
Otherwise the index matching of the generated DOM elements and the `ng-model`'s items will break.
3737
**In other words: The items of `ng-model` must match the indexes of the genretated DOM elements.**
3838
* `ui-sortable` lists containing many 'types' of items can be implemented by using [dynamic template loading with ng-include](http://stackoverflow.com/questions/14607879/angularjs-load-dynamic-template-html-within-directive/14621927#14621927), to determine how each model item should be rendered.
3939

0 commit comments

Comments
 (0)