You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Unfortunately it's a bad decision that I have to stick with. I can't just come and change it since I would make a 140+ users pissed at me if all of a sudden 1 of the very often used Service is change.
This typo would break a lot of people's code and I surely don't want that. I realized that I made a mistake long time ago but it's just too late in the game to fix it.
- new 1.5.x branch has a breaking change, which is the fix of the
uppercase on ValidationService object (instead of validationService
which was wrong has mentioned in issue #107).
- added angular-validation-ghiscoding to NPM and fixed the .npmignore
When I run grunt, throws me the following warning:
In the line where I do:
if (new validationService().checkFormValidity($scope.formRegister)) { // ... }
I think if validationService is a class should be capitalize
The text was updated successfully, but these errors were encountered: