Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/blueappio/demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald committed Apr 11, 2017
2 parents 8e944e1 + 59b71a7 commit e60ce1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function mainController($scope) {
})
.then(data => {
// Got the value. Let's use it in our application.
main.Data = dataToString(data);
main.Manufacturer = dataToString(data);
$scope.$apply();
})
.catch(error => {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>Demo</h2>
Id: {{main.Id}}
</li>
<li>
Data: {{main.Data}}
Manufacture Name: {{main.Manufacturer}}
</li>
</ul>
</div>
Expand Down

0 comments on commit e60ce1a

Please sign in to comment.