From 073cc188efe9abb4c010cf674e34e2cf46ef1c52 Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Mon, 31 Jul 2017 08:47:35 +0000 Subject: [POLICY-73] replace openecomp for policy-engine Change-Id: I54072f6bcd388c0e05562614ee89b4ae7ad67004 Signed-off-by: Guo Ruijing Signed-off-by: Pamela Dragosh --- .../src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js (limited to 'ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services') diff --git a/ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js b/ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js new file mode 100644 index 000000000..cf225def1 --- /dev/null +++ b/ONAP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js @@ -0,0 +1,5 @@ +appDS2.factory('PostService', function ($http, $q) { + return { + + }; +}); -- cgit 1.2.3-korg