hakimel/Ladda

Syntax error in ladda.js:9

Closed this issue · 6 comments

Hello, everyone.

After update Ladda, i got this syntax error bit annoying.

2018-06-08-113832_1366x768_scrot

I got the same error, Can we fix it by not using ES6 syntax here? The current workaround is to hard code a fixed old version number (1.x) in my package.json. But 'angular-ladda' is trying to pick up the latest build from 'master' branch.

Same here, any update?
I downgraded to 1.* for the time being.

I believe this issue is dead. I'm almost sure that ladda will not support AngularJS and previously Javascript versions anymore.
stay your ladda in 1.* version and good luck ^^

@odravison I will eventually replace ladda. tks mate

Ladda 2.x was designed for modern projects utilizing ES6 modules. If you need to target older browsers in a project without a module bundler like Webpack or Rollup, you can continue using Ladda 1.x.

Thanks