All Questions
Tagged with angularjs event-programming
1 question
60
votes
2
answers
29k
views
Communication between nested directives
There seem to be quite a few ways of communicating between directives. Say you have nested directives, where the inner directives must communicate something to the outer (e.g. it's been chosen by the ...