diff --git a/.gitignore b/.gitignore index 2d2b47d..db7964a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea -node_modules \ No newline at end of file +node_modules +npm-debug.log \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 06a1915..253799a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -42,16 +42,6 @@ module.exports = function (grunt) { } } }, - connect: { - server: { - options: { - protocol: 'http', - hostname: '*', - port: 8080, - base: ROOT_PATH - } - } - }, browserSync: { dev: { bsFiles: { diff --git a/README.md b/README.md index d69f37e..f7433e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -angular-validation 1.1.1 +angular-validation 1.1.2 ========================= [](http://badge.fury.io/js/angular-validation) [](https://travis-ci.org/huei90/angular-validation) @@ -336,7 +336,7 @@ see [release](https://github.com/huei90/angular-validation/releases) Q & A ===== -Can I validate the form when init ? [#10](https://github.com/huei90/angular-validation/issues/10) +###Can I validate the form when init ? [#10](https://github.com/huei90/angular-validation/issues/10)### ```html