Based on @guleria's comment and for the answer to this question I will give an answer.
{{#linkTo "route" model titleBinding=model.title}}model.title{{/linkTo}}
Providing Binding as a suffix for your properties will allow binding. As for where this is described, here is an excerpt from the documentation :
Properties ending with the Binding suffix will be converted to Ember.Binding instances. The value of this property should be a string representing the path to another object or user binding created using the Binding helpers.
Hope this helps.
source share