We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69b566a + 8a9b25d commit 327da2dCopy full SHA for 327da2d
.gitignore
@@ -0,0 +1,4 @@
1
+node_modules
2
+bower_components
3
+
4
+.idea
bower.json
@@ -0,0 +1,25 @@
+{
+ "name": "angular-field-splitter",
+ "main": "angular-field-splitter.js",
+ "version": "0.0.1",
5
+ "homepage": "https://github.com/deleteman/angular-field-splitter",
6
+ "authors": [
7
+ "Fernando Doglio <[email protected]>"
8
+ ],
9
+ "description": "Angular directive to turn a single field into several fields that remain interconnected",
10
+ "moduleType": [
11
+ "amd"
12
13
+ "keywords": [
14
+ "angularjs",
15
+ "splittler"
16
17
+ "license": "MIT",
18
+ "ignore": [
19
+ "**/.*",
20
+ "node_modules",
21
+ "bower_components",
22
+ "test",
23
+ "tests"
24
+ ]
25
+}
0 commit comments