jameskleeh / angular-confirm

Confirmation modal dialog for AngularJS
Apache License 2.0
150 stars 75 forks source link

Unknown provider: $animateCssProvider <- $animateCss <- $uibModalStack <- $uibModal <- $confirm <- confirmDirective #47

Closed PabloPG closed 8 years ago

PabloPG commented 8 years ago

Hello people,

when I test the plugin , I came across the following error:

Unknown provider: $animateCssProvider <- $animateCss <- $uibModalStack <- $uibModal <- $confirm <- confirmDirective

Angular-confirm version: 1.2.3 ui.bootstrap version: 1.2.4

angular.module('app', ['ui.router', 'satellizer', 'angular-confirm', 'ui.bootstrap', 'ui.mask'])

jameskleeh commented 8 years ago

Looks to me like the version of ui.bootstrap you are using is not compatible with the version of angular-animate.

PabloPG commented 8 years ago

Hm thanks, this version require angularjs 1.4.x, i was using 1.3.15