diff options
Diffstat (limited to 'ECOMP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js')
-rw-r--r-- | ECOMP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ECOMP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js b/ECOMP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js new file mode 100644 index 000000000..cf225def1 --- /dev/null +++ b/ECOMP-SDK-APP/src/main/webapp/app/fusion/scripts/DS2-services/postSearch.js @@ -0,0 +1,5 @@ +appDS2.factory('PostService', function ($http, $q) { + return { + + }; +}); |