Angular validation

This commit is contained in:
terakilobyte
2015-01-06 01:09:17 -05:00
parent 41a1bc37c3
commit 9c26fbec2d
17 changed files with 30716 additions and 19 deletions

View File

@@ -0,0 +1,17 @@
{
"author": {
"name": "https://github.com/angular-ui/bootstrap/graphs/contributors"
},
"name": "angular-bootstrap",
"keywords": [
"angular",
"angular-ui",
"bootstrap"
],
"description": "Native AngularJS (Angular) directives for Bootstrap.",
"version": "0.12.0",
"main": ["./ui-bootstrap-tpls.js"],
"dependencies": {
"angular": ">=1 <1.3.0"
}
}