-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes #23, including distributed directory
updating bower.json to angular 1.3 dependency
- Loading branch information
1 parent
765ebda
commit 5b19e1b
Showing
346 changed files
with
15,258 additions
and
16,113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"name": "angular-ui-form-validation", | ||
"version": "1.0.0", | ||
"main": "./dist/angular-ui-form-validation.js", | ||
"keywords": [ | ||
"angular validation directive", | ||
"angularjs validation directive", | ||
"validation directive", | ||
"angular validation", | ||
"angularjs validation", | ||
"javascript input validation", | ||
"multiple input validation", | ||
"order of priority validation" | ||
], | ||
"dependencies": { | ||
"angular": "~1.2.0", | ||
"json3": "~3.2.4", | ||
"es5-shim": "~2.1.0", | ||
"jquery": "~1.10.2", | ||
"lazy.js": "~0.3.2", | ||
"sass-bootstrap": "~3.0.0", | ||
"angular-resource": "~1.2.0", | ||
"angular-cookies": "~1.2.0", | ||
"angular-sanitize": "~1.2.0", | ||
"angular-route": "~1.2.0", | ||
"angular-bootstrap": "~0.7.0", | ||
"angular-template-retriever": "*", | ||
"angular-latest": "~1.2.17" | ||
}, | ||
"devDependencies": { | ||
"angular-mocks": "~1.2.0", | ||
"angular-scenario": "~1.2.0" | ||
} | ||
"name": "angular-ui-form-validation", | ||
"version": "1.0.0", | ||
"main": "./dist/angular-ui-form-validation.js", | ||
"keywords": [ | ||
"angular validation directive", | ||
"angularjs validation directive", | ||
"validation directive", | ||
"angular validation", | ||
"angularjs validation", | ||
"javascript input validation", | ||
"multiple input validation", | ||
"order of priority validation" | ||
], | ||
"dependencies": { | ||
"angular": "~1.2.23", | ||
"json3": "~3.2.4", | ||
"es5-shim": "~2.1.0", | ||
"jquery": "~1.10.2", | ||
"lazy.js": "~0.3.2", | ||
"sass-bootstrap": "~3.0.0", | ||
"angular-resource": "~1.2.0", | ||
"angular-cookies": "~1.2.0", | ||
"angular-sanitize": "~1.2.0", | ||
"angular-route": "~1.2.0", | ||
"angular-bootstrap": "~0.7.0", | ||
"angular-template-retriever": "*", | ||
"angular-latest": "~1.2.17" | ||
}, | ||
"devDependencies": { | ||
"angular-mocks": "~1.2.0", | ||
"angular-scenario": "~1.2.0" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "angular-cookies", | ||
"version": "1.2.16", | ||
"version": "1.2.23", | ||
"main": "./angular-cookies.js", | ||
"dependencies": { | ||
"angular": "1.2.16" | ||
"angular": "1.2.23" | ||
}, | ||
"homepage": "https://github.com/angular/bower-angular-cookies", | ||
"_release": "1.2.16", | ||
"_release": "1.2.23", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v1.2.16", | ||
"commit": "8515dbd25c3b0a9d334f657849e4a7ec609bf91b" | ||
"tag": "v1.2.23", | ||
"commit": "cd7cd2284a1adf8594a73ebf8dc3ff6d4d222449" | ||
}, | ||
"_source": "git://github.com/angular/bower-angular-cookies.git", | ||
"_source": "https://github.com/angular/bower-angular-cookies.git", | ||
"_target": "~1.2.0", | ||
"_originalSource": "angular-cookies" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
dist/bower_components/angular-cookies/angular-cookies.min.js.map
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "angular-cookies", | ||
"version": "1.2.16", | ||
"version": "1.2.23", | ||
"main": "./angular-cookies.js", | ||
"dependencies": { | ||
"angular": "1.2.16" | ||
"angular": "1.2.23" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# http://editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[src/ngLocale/**] | ||
insert_final_newline = false | ||
|
||
[dropdown-toggle.js] | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
|
||
[htmlparser.js] | ||
insert_final_newline = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
node_modules/** | ||
lib/htmlparser/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"extends": ".jshintrc-base", | ||
"node": true, | ||
"globals": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"bitwise": true, | ||
"immed": true, | ||
"newcap": true, | ||
"noarg": true, | ||
"noempty": true, | ||
"nonew": true, | ||
"trailing": true, | ||
"maxlen": 200, | ||
"boss": true, | ||
"eqnull": true, | ||
"expr": true, | ||
"globalstrict": true, | ||
"laxbreak": true, | ||
"loopfunc": true, | ||
"sub": true, | ||
"undef": true, | ||
"indent": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.