Ok, found it..

I am requesting a directive from a _sibling_ controller.. There is no way 
to access that type of directive. If I move the div containing the 
requesting directive _up_ so it is a _child_ of the requested directive it 
works..

-- removed redundant code so only relevant parts remaining--

before:
(sibling DOM element requesting directive)

<div id="container">
    <div class="timeline" tl-timeline-main>
    </div>
    <div class="scrollbar" tl-scrollable></div>
</div>

after <div id="container">
(child DOM element requesting directive)

    <div class="timeline" tl-timeline-main>
    </div>
    <div class="scrollbar" tl-scrollable></div>
</div>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to