bendrucker / angular-credit-cards

Angular directives for parsing and validating credit card inputs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this work with angular > 1.7

crhistianramirez opened this issue · comments

I noticed the package.json has a semver range:

"angular": ">=1.3 <1.7"

Is there a known issue in angular 1.7 that prevents this package from being compatible or is it more of a safe upper bound of what is known to work well with the package?

Hi, it will likely work with later 1.x versions. Happy to relax the version if the tests pass. It will probably not work with later major versions.

Hi Ben. I noticed that the package.json file has the updated angular version, but the NPM package does not. Any way you could push a new build to the NPM repo? Thanks in advance.