In Controller has a property called email ,then the template can use it {{email}} to present value. ex:
export default Ember.Controller.extend({ email:'my@email.com',
But How to dclare a property called email in route then the template can use it {{email}} to present value?