X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Ffusion%2Fscripts%2FDS2-controllers%2Fds-profile%2Fpost-controller.js;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Ffusion%2Fscripts%2FDS2-controllers%2Fds-profile%2Fpost-controller.js;h=73934f77bc14fed138f2cbca8d8a3d3c1ea6a697;hp=0000000000000000000000000000000000000000;hb=2879b2ee5e1e2815e5f43cb802352bf2878397af;hpb=ce4ad29dc48317cc7cb60fe433072ac46dea2ebb 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 index 0000000..73934f7 --- /dev/null +++ b/ui/src/main/webapp/app/fusion/scripts/DS2-controllers/ds-profile/post-controller.js @@ -0,0 +1,4 @@ +appDS2.controller('postController', function($scope, $http, $modal, + $routeParams, $rootScope, PostService) { + +});