My directive is struggling to access functions from the Main controller. Whenever I attempt to reference a function within the directive, nothing happens because it's undefined. However, when accessing a value like $scope.someProp, I do get the desired response but not for functions.
Has anyone else encountered this problem before? Any advice or suggestions?