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

Commit c93ba5c

Browse files
author
Robert Messerle
committed
fix(ripple): fixes typo in ripple code
1 parent 69385ad commit c93ba5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/services/ripple/ripple.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function InkRippleService($window, $timeout, $mdUtil) {
7474
scope.$watch(isActiveExpr, function watchActive(newValue) {
7575
isActive = newValue;
7676
if (isActive && !ripples.length) {
77-
mdUtil.nextTick(function () { createRipple(0, 0); });
77+
$mdUtil.nextTick(function () { createRipple(0, 0); });
7878
}
7979
angular.forEach(ripples, updateElement);
8080
});

0 commit comments

Comments
 (0)