Tarea #505 /summary/index.js Front unit test

This commit is contained in:
gerard 2018-08-21 13:14:18 +02:00
parent 86805769fe
commit fc95597a96
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Controller {
}
}
Controller.$inject = ['$http', '$stateParams'];
Controller.$inject = ['$http'];
ngModule.component('vnItemSummary', {
template: require('./index.html'),