Last active
August 29, 2015 14:04
-
-
Save SlexAxton/aa80b120f14910cdb5fd to your computer and use it in GitHub Desktop.
nested components
Thanks! That worked like a charm.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
since components are like views + controllers, you can actually access the outer component from the inner one with
parentView.multiple
so ToggleButtonComponent could have a computed prop like so: