I want to pass some data to $mdDialog. In fact, I have two controllers in a separate file. Here is my controller code
function openDialog(id) { $mdDi
I added ng-controller="ProfileController as profileController" in profile template and this was due to an error. By removing it my problem solved.
ng-controller="ProfileController as profileController"