We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eab7da commit 1bff195Copy full SHA for 1bff195
.gitignore
@@ -3,3 +3,4 @@ node_modules
3
.sass-cache
4
app/bower_components
5
.idea/
6
+one-page-wonder/
index.js
@@ -0,0 +1,4 @@
1
+require("./dist/angular-ui-form-validation");
2
+
+module.exports = angular.module('directives.customvalidation.customValidationTypes');
+//module.exports = angular.module('angular.ui.form.validation');
0 commit comments