By using the new ion-nav-title directive in Ionic beta 14, the binding seems to work correctly.
Rather than
<ion-view title="{{content.title}}">
Do this
<ion-view> <ion-nav-title>{{content.title}}</ion-nav-title>
Works a treat.
My Blog contain Phonegap,CMS related posts. Here I am posting the issues solution that I faced while development and its difficult to find proper solution on other sites. I hope my post will help you with your issues. Developer rocks.
<ion-view title="{{content.title}}">
<ion-view> <ion-nav-title>{{content.title}}</ion-nav-title>
@implementation NSURLRequest(DataController)
+ (BOOL)allowsAnyHTTPSCertificateForHost:(NSString *)host
{
return YES;
}
@end
try {
contact.birthday = new Date(parseFloat(value));
} catch (exception){
console.log("Cordova Contact toCordovaFormat error: exception creating date.");
}