UNPKG

scriptremote

Version:

Message server providing secure remote access to scripted applications from a browser UI

11 lines (6 loc) 194 B
'use strict'; angular.module('headerMod') .controller('headerCtrl', ['$scope', 'AuthSvc', function($scope, AuthSvc) { $scope.currentUser = AuthSvc.data; AuthSvc.checkAtStart(); }]);