aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js')
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js
new file mode 100644
index 0000000..7982288
--- /dev/null
+++ b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js
@@ -0,0 +1,3 @@
+appDS2.controller('postController', function($scope, $http, $modal, $routeParams, $rootScope,PostService){
+ // Trivial file to silence 404 errors in browser.
+});