Hey there!
I made a simple codepen to show you one strange behavior for a ng-click not launching a $scope.function() while in form whereas another ng-click is perfectly working out of the form.
Please see this codepen: http://codepen.io/anon/pen/jEpNGB
When you launch the login modal, the “Close” ng-click linked to $scope.closeLogin is working fine but when you click on the beer it’s not launching the $scope.doTestme function.
Weird isn’t it?