Sign up ×
Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them, it only takes a minute:

Lets say I have a directive called "myDirective".

Can I call this directive through a string?

Something like

$eval("myDirective")

instead of using

my-directive()

[]'s Tks

share|improve this question
3  
What do you mean by calling a directive? What are you looking to do here? – Dylan Watt yesterday

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.