diff --git a/app/views/fbo-admin/dashboard.controller.js b/app/views/fbo-admin/dashboard.controller.js index 8bd3df2..706b689 100644 --- a/app/views/fbo-admin/dashboard.controller.js +++ b/app/views/fbo-admin/dashboard.controller.js @@ -10,7 +10,6 @@ radioClass: 'iradio_square-green', }); }); - $scope.showCompany = true; $scope.userName = 'Dylan Goodwin'; $scope.essAccountId = true; $("#esAccId").css({ opacity: 0.5 }); @@ -78,9 +77,4 @@ } } - $scope.editName = function(){ - $scope.showCompany = false; - - } - }); \ No newline at end of file diff --git a/app/views/fbo-admin/dashboard.html b/app/views/fbo-admin/dashboard.html index 9ed8223..0269402 100644 --- a/app/views/fbo-admin/dashboard.html +++ b/app/views/fbo-admin/dashboard.html @@ -1,8 +1,8 @@