Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(gridlist): add ngInject annotation support for GridLayoutFactory …
Browse files Browse the repository at this point in the history
…- $mdGridLayout
  • Loading branch information
ThomasBurleson committed Feb 13, 2015
1 parent 587ea60 commit c045f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/gridList/gridList.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,8 @@ GridListController.prototype = {
}
}


/* @ngInject */
function GridLayoutFactory($mdUtil) {

return function(colCount, tileSpans) {
Expand Down

0 comments on commit c045f54

Please sign in to comment.