Commit 013229277d52839c2d967381f93561a38abd155e

Authored by Leonardo Merlin
1 parent 8c44a7a6

Update use of article service

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/partials/inicio/inicio.controller.js
... ... @@ -33,7 +33,7 @@
33 33 }
34 34  
35 35 vm.ArticleService.getHome().then(function(result) {
36   - vm.article = result.data.article;
  36 + vm.article = result.article;
37 37 }, function(error) {
38 38 vm.$log.error('Error on getHome article.', error);
39 39 });
... ...