This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
feat: isolate scope #275
Closed
Description
The main reason this is not yet done, is that I can't figure out how to access the options object that is assigned to the ui-sortable
attribute when an isolated scope is used (scope: { ... }
).
I find this issue not critical but a nice to have, since we do not depend at all on the parent scope.
PS: scope: true
works fine though.