AngularJS questions involving isolate scope directives
Questions tagged [isolate-scope]
87 questions
21
votes
5 answers
Access controller scope from directive
I've created a simple directive that displays sort column headers for a I'm creating.
ngGrid.directive("sortColumn", function() {
return {
restrict: "E",
replace: true,
transclude: true,
scope: {
…