Justin Myers
Justin Myers
I know this issue is pretty old but I had the same issue. What's happening is that you're using $rootScope.$on instead of $scope.$on. The $on handler is getting added to...
Same here. Removing `position: relative` from all parent containers causes it to work, but it's completely unusable for any remotely complicated layout.
Running into this problem myself, but instead it seems submitForm doesn't return a correct promise at all. If you look at the `submitForm` function, it only returns the validation promise,...