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

Commit b4ef302

Browse files
committed
fix(virtualRepeat): update deps to include showHide. Fixes #4435.
1 parent cdc9719 commit b4ef302

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/virtualRepeat/virtual-repeater.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
* @name material.components.virtualRepeat
44
*/
55
angular.module('material.components.virtualRepeat', [
6-
'material.core'
6+
'material.core',
7+
'material.components.showHide'
78
])
89
.directive('mdVirtualRepeatContainer', VirtualRepeatContainerDirective)
910
.directive('mdVirtualRepeat', VirtualRepeatDirective);

0 commit comments

Comments
 (0)