new homeview(ngRoute)
This module manages the display of the welcome screen
Parameters:
Name | Type | Description |
---|---|---|
ngRoute |
ngModule |
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"}
Type Definitions
-
config($routeProvider)
-
Loads welcome page when window.location is /homeview
Parameters:
Name Type Description $routeProvider
-
controller($scope)
-
Controller for the homeview module
Parameters:
Name Type Description $scope
service