From a8e1524ce8e6d2a805770585ffd7bb457460a104 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Tue, 11 Mar 2014 09:54:02 -0600 Subject: [PATCH] refact(ionBar): interpolate title instead of binding BREAKING CHANGE: ionHeaderBar's title attribute is now interpolated. Change this code: `` To this code: `` --- js/ext/angular/src/directive/ionicBar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ext/angular/src/directive/ionicBar.js b/js/ext/angular/src/directive/ionicBar.js index f2337947d22..c07c67b3be2 100644 --- a/js/ext/angular/src/directive/ionicBar.js +++ b/js/ext/angular/src/directive/ionicBar.js @@ -76,7 +76,6 @@ angular.module('ionic.ui.header', ['ngAnimate', 'ngSanitize']) type: '@', alignTitle: '@' }, - link: function($scope, $element, $attr) { var hb = new ionic.views.HeaderBar({ el: $element[0],