gil / ng-cpf-cnpj

AngularJS directive to validate CPF/CNPJ numbers.
MIT License
49 stars 28 forks source link

Include the addition of "ngCpfCnpj" module on documentation #5

Closed leonardoquevedox closed 9 years ago

leonardoquevedox commented 9 years ago

The documentation does not mention that you should include the ngCpfCnpj within the other AngularJS modules, something like: "var app = angular.module(myApplicationName, [ "cordovaHTTP", "ngMask", "ngRoute", "ngCpfCnpj" ])";

I know that it's something pretty obvious, but it may confuse some beginner developers.

gil commented 9 years ago

I've just merged PR #4 with that fix. Sorry for the mistake and for taking so long to reply!