Skip to content

Commit

Permalink
Add additional select options.
Browse files Browse the repository at this point in the history
  • Loading branch information
randallknutson committed Sep 15, 2016
1 parent 6333348 commit 00df3a2
Show file tree
Hide file tree
Showing 8 changed files with 387 additions and 313 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"node": true
},
"globals": {
"angular": true
"angular": true,
"_": true
},
"rules": {
"new-cap": [2, {"capIsNewExceptions": ["FormioPlugins"]}]
Expand Down
Loading

0 comments on commit 00df3a2

Please sign in to comment.