From 118000b1d1c4b576cde5c79dbef92476726f2d4e Mon Sep 17 00:00:00 2001 From: JM Santos Date: Tue, 8 Aug 2017 16:19:32 +0800 Subject: [PATCH] Refactored config for user's profile --- client/app/dashboard/Dashboard.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 });