View on GitHub

pb.bank

A starter online banking application built with Worklight, Angular and Bluemix services

Download this project as a .zip file Download this project as a tar.gz file

Class: loginpinDialog

pb.bank.navigation. loginpinDialog

new loginpinDialog()

Source:

Methods

(static) cancel()

called when user clicks on the cancel button, closes dialog
Source:

(static) submitpin(_pin)

called when user clicks on the submit button, sends pin
Parameters:
Name Type Description
_pin string the 4 digit pin
Source:

Type Definitions

LoginpinCtrl($scope, $modalInstance)

Controller for the pin dialog
Parameters:
Name Type Description
$scope service the current scope
$modalInstance service the instance of the modal dialogs for the login
Source: