new loginpinDialog()
Methods
-
(static) cancel()
-
called when user clicks on the cancel button, closes dialog
-
(static) submitpin(_pin)
-
called when user clicks on the submit button, sends pin
Parameters:
Name Type Description _pinstring the 4 digit pin
Type Definitions
-
LoginpinCtrl($scope, $modalInstance)
-
Controller for the pin dialog
Parameters:
Name Type Description $scopeservice the current scope $modalInstanceservice the instance of the modal dialogs for the login