Skip to content

Commit a8e1524

Browse files
committed
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>`
1 parent 9cff5d0 commit a8e1524

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: js/ext/angular/src/directive/ionicBar.js

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ angular.module('ionic.ui.header', ['ngAnimate', 'ngSanitize'])
7676
type: '@',
7777
alignTitle: '@'
7878
},
79-
8079
link: function($scope, $element, $attr) {
8180
var hb = new ionic.views.HeaderBar({
8281
el: $element[0],

0 commit comments

Comments
 (0)