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.
1 parent 94533e5 commit adb2863Copy full SHA for adb2863
src/ng/directive/form.js
@@ -517,6 +517,7 @@ var formDirectiveFactory = function(isNgForm) {
517
518
function getSetter(expression) {
519
if (expression === '') {
520
+ //create an assignable expression, so forms with an empty name can be renamed later
521
return $parse('this[""]').assign;
522
}
523
return $parse(expression).assign || noop;
0 commit comments