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 was archived by the owner on Jul 1, 2020. It is now read-only.
It looks like the order that the scripts are included matters. The documentation highlights the correct order:
validation-directive.js
validation-service.js
validation-common.js
validation-rules.js
But the bower.json file has a different order which for some reason prevents angular from finding the validation module. This is an issue when using a tool like grunt-wiredep which automatically inject script includes based on the bower.json files.