/*
 * VIRGIN PLUS home phone APP
 *
 * Updated 2016-07-27 Alain Drolet
 */


var app = angular.module('app', ['ngSanitize', 'ngMaterial']);



/* TABLETS APP
 * Module requires ngMaterial, ngSanitize
 * Services:
 * Factories:
 * Filters:
 * Directives:
 * Controllers: tabletsCtrl
 */


// FILTERS

// CONTROLLERS

//controller for home phone
app.controller('homephoneCtrl', [function() {



}]);

