Skip to main content

All Questions

0votes
2answers
3kviews

Dynamic update of ng-include through controller and directive Angualar-js

Left side of the page sometimes have just info, sometimes it has side menu. When there is side menu, the content of main section depends on the option clicked. Since the same kind of layout is used ...
kaplievabell's user avatar
2votes
1answer
2kviews

How do I assign an attribute to ng-controller in a directive's template in AngularJS?

I have a custom attribute directive (i.e., restrict: "A") and I want to pass two expressions (using {{...}}) into the directive as attributes. I want to pass these attributes into the ...
bunting's user avatar

close