Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit c668ba4

Browse files
alex94cpjelbourn
authored andcommitted
fix(toolbar): solves NgUpgrade interop issue. Fixes #6069
Closes #6081
1 parent cae51a6 commit c668ba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/toolbar/toolbar.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ function mdToolbarDirective($$rAF, $mdConstant, $mdUtil, $mdTheming, $animate) {
6464
var translateY = angular.bind(null, $mdUtil.supplant, 'translate3d(0,{0}px,0)');
6565

6666
return {
67+
template: '',
68+
6769
restrict: 'E',
6870

6971
link: function(scope, element, attr) {

0 commit comments

Comments
 (0)