Michael Lage

Results 3 comments of Michael Lage

Init scope.expiry or whatever the ngModel is for the expiration field to null fixes validation issue. Thank you for the share

You can access angular stuff from the outside. I don't recommend it Here is an example: ``` javascript handlers: { click: function() { angular.element('#body-id').scope().someFunctionOnThatScope() } } ```