angular-prompt icon indicating copy to clipboard operation
angular-prompt copied to clipboard

Fix for if compile provider debug info is disabled in ng 1.3

Open mattlewis92 opened this issue 9 years ago • 0 comments

If in angular 1.3 you disable debug info like so:

$compileProvider.debugInfoEnabled(false);

Then this breaks this plugin when submitting a prompt with a modal. This PR fixes tie behaviour.

mattlewis92 avatar Apr 23 '15 15:04 mattlewis92