Skip to content

Commit

Permalink
fix(virtualRepeat): update deps to include showHide. Fixes angular#4435.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Dec 4, 2015
1 parent cdc9719 commit b4ef302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/virtualRepeat/virtual-repeater.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* @name material.components.virtualRepeat
*/
angular.module('material.components.virtualRepeat', [
'material.core'
'material.core',
'material.components.showHide'
])
.directive('mdVirtualRepeatContainer', VirtualRepeatContainerDirective)
.directive('mdVirtualRepeat', VirtualRepeatDirective);
Expand Down

0 comments on commit b4ef302

Please sign in to comment.