Tagged Questions
7
votes
2answers
3k views
AngularJS call method in directive controller from other controller
I am trying to figure this one out but it seems google is not my friend today so I'm going to ask you guys here. Basically I have a directive that has its own controller. See the below code:
var ...
1
vote
1answer
513 views
Angular directive and Jquery slideToggle function implementation
Using angular and jquery I implemented slideToggle function. In order to only apply this function to one specific HTML element, I am using within ng-click function one parameter, my code works fine ...