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

pb.bank. homeview

new homeview(ngRoute)

This module manages the display of the welcome screen
Parameters:
Name Type Description
ngRoute ngModule
Source:

Members

(static) $scope.slideInterval

Properties:
Name Type Description
$scope.slideInterval int holds interval for slideshow
Default Value:
  • 5000
Source:

(static) $scope.slides

Properties:
Name Type Description
$scope.slides array holds data for slideshow {image: "the url to load"}
Source:

Type Definitions

config($routeProvider)

Loads welcome page when window.location is /homeview
Parameters:
Name Type Description
$routeProvider
Source:

controller($scope)

Controller for the homeview module
Parameters:
Name Type Description
$scope service
Source: