angular-ui / ui-utils

Deprecated collection of modules for angular
http://angular-ui.github.io
MIT License
1.43k stars 546 forks source link

Upgrade Masked Input plugin #13

Closed arturgspb closed 11 years ago

arturgspb commented 11 years ago

Hi! jQuery oldest v1.8.3 $.browser has been removed.

Masked Input in angular-ui repository has 1.3 version. The plugin using $.browser it not compatable with latest jQuery.

I see Masked Input v1.3.1 - https://raw.github.com/digitalBush/jquery.maskedinput/1.3.1/dist/jquery.maskedinput.js It has no $.browser usage.

ProLoser commented 11 years ago

@shaungrady may need to chime in on this, but I believe this directive is now completely rewritten without the plugin dependency. @arturgspb perhaps you should try the latest version?

After a quick search of https://github.com/angular-ui/ui-utils/blob/master/modules/mask/mask.js I don't see that specific line of code.

arturgspb commented 11 years ago

Opps.. I used file http://angular-ui.github.io/lib/maskedinput/jquery.maskedinput.js

Sorry