Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
micaelmbagira committed Dec 12, 2016
1 parent 7f68b15 commit 64051d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/hello/modules/templates/src/app/hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
template: require('./hello.html'),
<% } -%>
controller: function () {
this.hello = 'Hello World!'
this.hello = 'Hello World!';
}
};

0 comments on commit 64051d3

Please sign in to comment.