Skip to content

Fix: Let event functions have dots on them#36

Open
andion wants to merge 1 commit intoarvindr21:masterfrom
andion:master
Open

Fix: Let event functions have dots on them#36
andion wants to merge 1 commit intoarvindr21:masterfrom
andion:master

Conversation

@andion
Copy link

@andion andion commented Sep 2, 2016

If you use controller as syntax (https://toddmotto.com/digging-into-angulars-controller-as-syntax)
you'll have methods that have dots i.e: treeController.nodeSelected.

This was broken, since you can't access a subkey on an Object like
eventsObject["treeController.nodeSelected"];

If you use controller as syntax (https://toddmotto.com/digging-into-angulars-controller-as-syntax)
you'll have methods that have dots i.e: treeController.nodeSelected.

This was broken, since you can't access a subkey on an Object like
eventsObject["treeController.nodeSelected"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant