COMMITS
/ test/ng/directive/formSpec.js June 18, 2018
M
feat(form.FormController): add $getControls()
Martin Staffa committed
December 12, 2017
M
fix(form): set $submitted to true on child forms when parent is submitted
Martin Staffa committed
August 2, 2017
G
test(*): fix tests involving `submit` on Chrome 60
Georgios Kalpakas committed
September 1, 2016
P
feat(ngModelOptions): allow options to be inherited from ancestor ngModelOptions
Peter Bacon Darwin committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
March 13, 2016
M
refactor(jqLite): don't pass useCapture to add/removeEventListener
Michał Gołębiowski committed
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
December 11, 2015
J
docs: fix typos throughout the codebase
Justas Brazauskas committed
September 1, 2015
M
style(formSpec): fix indentation
Martin Staffa committed
August 4, 2015
M
fix(form, ngModel): correctly notify parent form when children are added
Martin Staffa committed
July 6, 2015
M
fix(ngModel): remove reference to parentForm from removed control
Martin Staffa committed
April 3, 2015
M
feat($animate): complete refactor of internal animation code
Matias Niemelä committed
February 18, 2015
J
fix(form): allow dynamic form names which initially evaluate to blank
Jason Bedard committed
January 11, 2015
M
test(form): test if $pending inputs are correctly removed
Martin Staffa committed
M
fix(form): clean up success state of controls when they are removed
Martin Staffa committed
November 8, 2014
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu committed
October 22, 2014
September 28, 2014
S
fix(formController): remove scope reference when form is destroyed
Shahar Talmi committed
September 25, 2014
C
fix(ngAnimate): defer DOM operations for changing classes to postDigest
Caitlin Potter committed
August 29, 2014
L
chore(IE8): remove all special code for IE8
Lucas Galfaso committed
September 23, 2014
C
feat(input): support dynamic element validation
Caitlin Potter committed
September 12, 2014
S
feat(formController): add $setUntouched to propagate untouched state
Shahar Talmi committed
September 5, 2014
T
refactor(ngModelController,formController): centralize and simplify logic
Tobias Bosch committed
August 30, 2014
S
fix(ngForm): don't clear validity of whole form when removing control
Shahar Talmi committed
July 19, 2014
M
feat(ngModel): provide validation API functions for sync and async validations
Matias Niemelä committed
December 30, 2013
N
feat(form): Add new $submitted state to forms
Nicolás Andrés Gallinal committed
May 26, 2014
S
feat(FormController): add `$rollbackViewValue` to rollback all controls
Shahar Talmi committed
May 8, 2014
S
feat(FormController): commit `$viewValue` of all child controls when form is submitted
Shahar Talmi committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
December 10, 2013
Y
feat($animate): animate dirty, pristine, valid, invalid for form/fields
Yves Brissaud committed
October 16, 2013
M
perf(jqLite): implement and use the `empty` method in place of `html(‘’)`
Michał Gołębiowski committed
November 4, 2013
I
fix(ngModel): deregister from the form on scope not DOM destruction
Igor Minar committed
October 5, 2013
P
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin committed
July 2, 2013
M
feat(ngForm): Supports expression in form names
Matthew Windwer committed
July 18, 2013
P
fix(form): pick the right attribute name for ngForm
Pawel Kozlowski committed
June 19, 2013
M
feat(jqLite): switch bind/unbind to more recent jQuery on/off
Michał Gołębiowski committed
March 14, 2013
S
Fix failing test in IE 10
Shyam Seshadri committed
July 7, 2012
P
feat(form): add ability to reset a form to pristine state
Pawel Kozlowski committed
June 7, 2012
K
fix(FormController): propagate dirty state to parent forms
Kai Groner committed
August 8, 2012
I
fix(form): prevent page reload when form destroyed
Igor Minar committed
I
test(form): fix broken preventDefault test
Igor Minar committed
I
refactor(formSpec): group preventDefault specs into a describe
Igor Minar committed
April 9, 2012
I
chore(tests): rename all directive names to the normalized form
Igor Minar committed
April 4, 2012
M
fix(form): preperly clean up when invalid widget is removed
Misko Hevery committed
March 30, 2012
V
feat(ngModel): update model on each key stroke (revert ngModelInstant)
Vojta Jina committed
March 23, 2012
M
chore(module): move files around in preparation for more modules
Misko Hevery committed