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: loginDialog

pb.bank.navigation. loginDialog

Methods

(static) cancel()

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

(static) submit(_email, _password)

called when user clicks on the submit button, sends email and password use: mario.rossi@example.com Passw0rd!
Parameters:
Name Type Description
_email string email is userid
_password string the password
Source:

Type Definitions

LoginCtrl($scope, $modalInstance)

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