diff --git a/client/app/dashboard/Dashboard.js b/client/app/dashboard/Dashboard.js index 0dcc56c0..c51999c9 100644 --- a/client/app/dashboard/Dashboard.js +++ b/client/app/dashboard/Dashboard.js @@ -113,8 +113,9 @@ angular.module('dashboard.Dashboard', [ } }; $scope.modalInstance = $modal.open({ - templateUrl: 'app/dashboard/profile/Profile.html', - controller: 'ProfileCtrl', + templateUrl: '/cms/modules/PatientProfileModal.html', + controller: 'PatientProfileModal', + windowClass: "form-edit-modal-window", size: "lg", scope: $scope });