glancesApp.controller('helpController', [ '$scope', function($scope) {
$scope.message = 'help window'
}]);