Igor Rafael

Results 3 issues of Igor Rafael

## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9218913-refactor-ui-br-phone-number-and-ui-us-phone-number-in-a-core-component?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F1022469&utm_medium=issues&utm_source=github).

enhancement

It would be nice to check if ua-parser.js module is available using require instead of always using angular-useragent-parser.

It would be nice to use angular-virtual-keyboard module with browserify: ``` angular.module('app', [require('angular-virtual-keyboard')]); ```