diff --git a/src/components/gridList/grid-list.js b/src/components/gridList/grid-list.js index 9bde240fcc3..fe29c19b7c8 100644 --- a/src/components/gridList/grid-list.js +++ b/src/components/gridList/grid-list.js @@ -724,7 +724,7 @@ function GridTileDirective($mdMedia) { scope.$on('$destroy', function() { // Mark the tile as destroyed so it is no longer considered in layout, // even if the DOM element sticks around (like during a leave animation) - element.$$mdDestroyed = true; + element[0].$$mdDestroyed = true; unwatchAttrs(); gridCtrl.invalidateLayout(); });