I use this fancy select for Ionic http://codepen.io/mhartington/pen/CImqy (http://jsfiddle.net/q62jx3s6/ single select!!) 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 ) And i also tried this example, but dosn't work for me (Angular: calling controller function inside a directive link function using &)