glances/glances/outputs/static/js/help_controller.js

4 lines
112 B
JavaScript

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