Skip to content

Commit

Permalink
fix text bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eskim committed Apr 14, 2015
1 parent 1444da5 commit 158d003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = function(app, db){
}else if(meta.type == 'button'){
return '<rocon-button flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-button>';
}else if(meta.type == 'text'){
return '<rocon-text flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-button>';
return '<rocon-text flex rocon_id="'+meta.name+'" text="'+meta.text+'"></rocon-text>';
}


Expand Down

0 comments on commit 158d003

Please sign in to comment.