Angular directive to include files "staticly" E.G. without creating a new child scope. thanks to this SO question http://stackoverflow.com/questions/12393703/how-to-include-one-partials-into-other-without-creating-a-new-scope
This is about the #5 issue, also I made a little change about the eval. The angular already evaluates the attribute for you when inside the link function.
This is about the #5 issue, also I made a little change about the eval. The angular already evaluates the attribute for you when inside the
link
function.What's your thoughts about this?