From 3e2365ebfe07dbffcbb2f6c0dbdac3e45e00b71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Maur=C3=ADcio?= Date: Tue, 29 Apr 2014 17:51:42 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1882 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../WebContent/static/html/app/Form2/Form2Controller.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js index fb8e4f4b..310b68b8 100644 --- a/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js +++ b/trunk/SiprpWebFichasClinicas/WebContent/static/html/app/Form2/Form2Controller.js @@ -9,9 +9,9 @@ $scope.storeFichasClinicas = new globals.dataService.store({ model: null, actions: { - get: 'getFichaEAdmissaoInicial', - upsert: 'sendFichaEAdmissaoInicial',//TODO: ??? - destroy: 'deleteFichaEAdmissaoInicial'//TODO: ??? + get: 'getFicha2', + upsert: 'sendFicha2', + destroy: '' } });