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

Commit

Permalink
fix(tabs): fix missing dependency
Browse files Browse the repository at this point in the history
- Removed during a rebase

Closes #2460. Fixes #2373.
  • Loading branch information
matthewrfindley authored and ThomasBurleson committed May 22, 2015
1 parent ab1e9e0 commit 0b35c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/js/tabsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular
/**
* @ngInject
*/
function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $mdInkRipple,
function MdTabsController ($scope, $element, $window, $timeout, $mdConstant, $mdTabInkRipple,
$mdUtil, $animate) {
var ctrl = this,
locked = false,
Expand Down

0 comments on commit 0b35c9b

Please sign in to comment.