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

Commit

Permalink
fix(toolbar): solves NgUpgrade interop issue. Fixes #6069
Browse files Browse the repository at this point in the history
Closes #6081
  • Loading branch information
alex94cp authored and jelbourn committed Dec 7, 2015
1 parent cae51a6 commit c668ba4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/toolbar/toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ function mdToolbarDirective($$rAF, $mdConstant, $mdUtil, $mdTheming, $animate) {
var translateY = angular.bind(null, $mdUtil.supplant, 'translate3d(0,{0}px,0)');

return {
template: '',

restrict: 'E',

link: function(scope, element, attr) {
Expand Down

0 comments on commit c668ba4

Please sign in to comment.