Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refact(ionBar): interpolate title instead of binding
BREAKING CHANGE: ionHeaderBar's title attribute is now interpolated. Change this code: `<ion-header-bar title="myTitleVar"></ion-header-bar>` To this code: `<ion-header-bar title="{{myTitleVar}}"></ion-header-bar>`
- Loading branch information