Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for angular 1.3 #24

Open
marcin-wosinek opened this issue Mar 25, 2015 · 2 comments
Open

Support for angular 1.3 #24

marcin-wosinek opened this issue Mar 25, 2015 · 2 comments

Comments

@marcin-wosinek
Copy link

Hello. Thanks for the module, it's look pretty cool.

I'm currently evaluating it for using with angular 1.3. According to bower.json it's supported. Somebody already tried using that (#19).

On the test side it looks ok - no errors when angular updated to 1.3.15. From what was mentioned in 1.2-1.3 migration guide code is using:

  • setViewValue
  • modelValue
  • input with type as date, time, datetime-local, month, week requires date module

How much is missing to have stable angular 1.3 support?

@JobaDiniz
Copy link

The correct link: https://code.angularjs.org/1.3.15/docs/guide/migration
Also, 1.3 expose $validators object, that should be used for validating instead of $parsers.

@candreoliveira
Copy link
Owner

ngMask supports angular 1.3.15 (http://candreoliveira.github.io/bower_components/angular-mask/examples/index.html#/). I'm rewriting the mask to compress code, improve quality and fix issues. It will be available soon. The mask interface will be the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants