syncApp.controller('PhoneListCtrl', function ($scope,$rootScope) {
$scope.data = window.employeeView;
});