Permalink
Browse files
refact(input): split input.js into smaller files
The input.js file is unnecessarily large, containing many directives including the vast `ngModel`. This change moves ngModel and a few other directives into their own files, which will make maintenance easier.
- Loading branch information
Showing
with
1,647 additions
and 1,620 deletions.
- +5 −1 angularFiles.js
- +7 −1,619 src/ng/directive/input.js
- +78 −0 src/ng/directive/ngChange.js
- +128 −0 src/ng/directive/ngList.js
- +1,338 −0 src/ng/directive/ngModel.js
- +91 −0 src/ng/directive/validators.js
Oops, something went wrong.