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

Commit

Permalink
refactor(button): drop ngAnimate dependency ref #651
Browse files Browse the repository at this point in the history
  • Loading branch information
just-boris authored and mgcrea committed Apr 9, 2014
1 parent f6be3a9 commit 1285a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooltip/tooltip.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

angular.module('mgcrea.ngStrap.tooltip', ['ngAnimate', 'mgcrea.ngStrap.helpers.dimensions'])
angular.module('mgcrea.ngStrap.tooltip', ['mgcrea.ngStrap.helpers.dimensions'])

.provider('$tooltip', function() {

Expand Down

0 comments on commit 1285a72

Please sign in to comment.