jameskleeh / angular-confirm

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

Hi guys, #11

Closed hmendezm closed 9 years ago

hmendezm commented 9 years ago

I am trying to use angular-confirm with requirjs but when I clikc the button nothing happens. IF I use it without Requirejs it work

jameskleeh commented 9 years ago

You'll have to read the documentation in requirejs about including non AMD in your project: http://requirejs.org/docs/api.html#config-shim

hmendezm commented 9 years ago

Thanks James for the feedback. I already did the Shim config. I do not get any error but the window is not show up. I am using other directives such as ui-sortable without any problem so ... Thx I will figure out or find other directive that fit my needs.

Thx for the work in this directive!!

Best

On Tue, Jul 14, 2015 at 3:50 PM, James Kleeh notifications@github.com wrote:

You'll have to read the documentation in requirejs about including non AMD in your project: http://requirejs.org/docs/api.html#config-shim

— Reply to this email directly or view it on GitHub https://github.com/Schlogen/angular-confirm/issues/11#issuecomment-121242972 .

abhayastudios commented 9 years ago

Make sure to include 'angular-confirm' as a dependency of your module.