UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / app / fusion / scripts / DS2-controllers / ds-profile / post-controller.js
diff --git a/ui/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js b/ui/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js
new file mode 100644 (file)
index 0000000..73934f7
--- /dev/null
@@ -0,0 +1,4 @@
+appDS2.controller('postController', function($scope, $http, $modal,
+        $routeParams, $rootScope, PostService) {
+
+});