I have a simple question that I think has a pretty simple solution, but somehow I am missing it.
I\'m setting up a simple directive for my app. I\'m leaving the scope pr
Try Injecting scope into your directive.
MyDirectives.directive("mdPagination", function($scope){...