Skip to content

Commit

Permalink
[Fix] Session Name
Browse files Browse the repository at this point in the history
  • Loading branch information
pec9399 committed Jun 28, 2018
1 parent 0ddd183 commit 0175d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/layout.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
vm.stateParams = $stateParams;
vm.log = $log.log;
vm.act = 'none';
vm.name = session.name;
if(session) vm.name = session.name;

vm.toggleLeft = () => {
$mdSidenav('left').toggle();
Expand Down

0 comments on commit 0175d6b

Please sign in to comment.