this is fancy-select:
http://codepen.io/mhartington/pen/CImqy2
I want to recover the value of single-select and multi-select in the controller:
console.log($scope.val.single);
console.log($scope.val.multiple);
But failed.
if i test in the directive, to recover the value, It is successful:
console.log(scope.value);
How the value recovery from the controller?
Thanks!
Note: Sorry, I am newbie and speak spanish.