Skip to content

Commit 1bff195

Browse files
committed
fixes #35 and updating ignore to not add gh-pages test template to master
1 parent 6eab7da commit 1bff195

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules
33
.sass-cache
44
app/bower_components
55
.idea/
6+
one-page-wonder/

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
require("./dist/angular-ui-form-validation");
2+
3+
module.exports = angular.module('directives.customvalidation.customValidationTypes');
4+
//module.exports = angular.module('angular.ui.form.validation');

0 commit comments

Comments
 (0)