Code for the VNF Market place
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 6 Mar 2017 04:52:11 +0000 (10:22 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Mon, 6 Mar 2017 04:52:11 +0000 (10:22 +0530)
commit194d6e19da729265130123b6638e0f57589c9367
treee691276ec48cf36ce1c01d09aea59553296f3170
parentae3ed32af0fb30e2f4caa3a24cd6f278f4be9796
Code for the VNF Market place

Issue-Id : CLIENT-4

Change-Id: I138f9ee72853ab12e0dd5197cc72db169b6f65ef
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
34 files changed:
vnfmarket/app/app.config.js [new file with mode: 0644]
vnfmarket/app/app.js [new file with mode: 0644]
vnfmarket/app/modules/home/home-test.js [new file with mode: 0644]
vnfmarket/app/modules/home/home.html [new file with mode: 0644]
vnfmarket/app/modules/home/homeCtrl.js [new file with mode: 0644]
vnfmarket/app/modules/home/homeModule.js [new file with mode: 0644]
vnfmarket/app/modules/home/homeRoute.js [new file with mode: 0644]
vnfmarket/app/modules/home/homeService.js [new file with mode: 0644]
vnfmarket/app/modules/home/marketplace.html [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDelete/serviceDelete-test.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDelete/serviceDelete.html [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDelete/serviceDeleteCtrl.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDelete/serviceDeleteService.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDetails/serviceDetails-test.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDetails/serviceDetails.html [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDetails/serviceDetailsCtrl.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceDetails/serviceDetailsService.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceUpload/serviceUpload.html [new file with mode: 0644]
vnfmarket/app/modules/home/serviceUpload/serviceUploadCtrl.js [new file with mode: 0644]
vnfmarket/app/modules/home/serviceUpload/serviceUploadService.js [new file with mode: 0644]
vnfmarket/app/modules/layouts/main-page/main-page.html [new file with mode: 0644]
vnfmarket/app/modules/layouts/main-page/mainPageCtrl.js [new file with mode: 0644]
vnfmarket/app/modules/layouts/side-nav/sidenav.html [new file with mode: 0644]
vnfmarket/app/modules/layouts/side-nav/sidenavCtrl.js [new file with mode: 0644]
vnfmarket/common/config/configuration.js [new file with mode: 0644]
vnfmarket/common/css/home.css [new file with mode: 0644]
vnfmarket/common/directives/autofocus/autofocus-test.js [new file with mode: 0644]
vnfmarket/common/directives/autofocus/autofocusDirective.js [new file with mode: 0644]
vnfmarket/common/directives/fileupload/fileupload-test.js [new file with mode: 0644]
vnfmarket/common/directives/fileupload/fileuploadDirective.js [new file with mode: 0644]
vnfmarket/common/locale/locale-en.json [new file with mode: 0644]
vnfmarket/common/services/httpService.js [new file with mode: 0644]
vnfmarket/common/templates/serverError.html [new file with mode: 0644]
vnfmarket/common/thirdparty/License.txt [new file with mode: 0644]