I'm trying to $watch for a change on a model within a ui-bootstrap accordion. Binding works within the view, but when the model changes, the $watch doesn't fire.
http://plnkr.co/edit/DcoGT2?p=preview
How do I get the value of $scope.myModel in the controller?