Fixed variables name

This commit is contained in:
2017-10-06 09:53:40 +07:00
parent 8d4d1de775
commit 8216958622
11 changed files with 59 additions and 50 deletions

View File

@@ -12,7 +12,6 @@ var post = {
})
.then(function(result) {
post.list = result.data
console.log('cek')
})
}
}