summaryrefslogtreecommitdiffstats
path: root/static/js/mainController.js
blob: c0be7e7dc9e043ce2929699a48493b024a3389ea (plain)
1
2
3
4
5
6
angular.module('bmcApp').controller('MainCtrl', [
  '$scope', 'AuthenticationService',
  function($scope, AuthenticationService) {
    $scope.is_logged_in = AuthenticationService.IsLoggedIn;
  }
]);
OpenPOWER on IntegriCloud