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

Commit 28c545e

Browse files
committed
Merge pull request #272 from thgreasi/readmeDynamicDirective
docs(README): change dynamic nested tree helper repo link
2 parents 06b506e + 1da4f7e commit 28c545e

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
@@ -42,7 +42,7 @@ Apply the directive to your form elements:
4242
* `ui-sortable` element should only contain one `ng-repeat` and not any other elements (above or below).
4343
Otherwise the index matching of the generated DOM elements and the `ng-model`'s items will break.
4444
**In other words: The items of `ng-model` must match the indexes of the generated DOM elements.**
45-
* `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) or a [loader directive](https://gist.github.com/thgreasi/7152499c0e91973c4820), to determine how each model item should be rendered. Also take a look at the [Tree with dynamic template](http://codepen.io/thgreasi/pen/uyHFC) example.
45+
* `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) or a [loader directive](https://github.com/thgreasi/tg-dynamic-directive), to determine how each model item should be rendered. Also take a look at the [Tree with dynamic template](http://codepen.io/thgreasi/pen/uyHFC) example.
4646

4747
### Options
4848

0 commit comments

Comments
 (0)