Skip to content

Commit 94560a6

Browse files
committed
Merge pull request #187 from sorich87/ionicBar-cleanup
ionicBar directive cleanup
2 parents 8fd704e + 3f548db commit 94560a6

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

dist/js/ionic-angular.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24477,10 +24477,6 @@ angular.module('ionic.ui.header', ['ngAnimate'])
2447724477
console.log('Title changed');
2447824478
hb.align();
2447924479
});
24480-
24481-
$scope.$on('$destroy', function() {
24482-
//
24483-
});
2448424480
}
2448524481
};
2448624482
})

js/ext/angular/src/directive/ionicBar.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ angular.module('ionic.ui.header', ['ngAnimate'])
5454
console.log('Title changed');
5555
hb.align();
5656
});
57-
58-
$scope.$on('$destroy', function() {
59-
//
60-
});
6157
}
6258
};
6359
})

0 commit comments

Comments
 (0)