diff --git a/src/components/gridList/gridList.js b/src/components/gridList/gridList.js index 1840fd26845..4d5affc44d8 100644 --- a/src/components/gridList/gridList.js +++ b/src/components/gridList/gridList.js @@ -374,6 +374,8 @@ GridListController.prototype = { } } + +/* @ngInject */ function GridLayoutFactory($mdUtil) { return function(colCount, tileSpans) {