Angular call controller function from directive

Hi.
I use this fancy select for Ionic http://codepen.io/mhartington/pen/CImqy and I want when click on item from select to execute a function getCat from MainCtrl

  $scope.getCat = function(cat) { ..... }

who can help me ?! please )