new accountview(ngRoute)
This module manages the display of the account movements screen
Parameters:
Name | Type | Description |
---|---|---|
ngRoute |
ngModule |
Members
-
(static) $scope.movements
-
Properties:
Name Type Description $scope.movements
array holds movements for account
Type Definitions
-
config($routeProvider)
-
Loads account page when window.location is /accountview
Parameters:
Name Type Description $routeProvider
-
controller($scope)
-
Controller for the accountview module
Parameters:
Name Type Description $scope
service