/*
 * home Controller
 */



mainApp.controller('homeCtrl', function ($scope)
{
     $scope.test="Home view";
});