From 8d91e372e21c4d1784bf75ed768dcee9866ed9f3 Mon Sep 17 00:00:00 2001
From: Sneha Bagri <bsneha@thoughtworks.com>
Date: Wed, 16 Oct 2019 11:01:12 +0530
Subject: [PATCH] Sneha | MOBN-757 | list view redirect to new ui

---
 ui/app/appointments/app.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ui/app/appointments/app.js b/ui/app/appointments/app.js
index 63d3e86022..5fcebbcd41 100644
--- a/ui/app/appointments/app.js
+++ b/ui/app/appointments/app.js
@@ -143,8 +143,7 @@ angular
                 url: '/new',
                 views: {
                     'content@appointment': {
-                        templateUrl: 'views/manage/newAppointment.html',
-                        controller: 'AppointmentsCreateController'
+                        template: '<react-add-appointment/>'
                     }
                 },
                 resolve: {