Commit 1d55e1b3 authored by Randall Leeds's avatar Randall Leeds

fix last commit not to mangle pristine values

parent 73b56ec6
...@@ -172,7 +172,7 @@ class App ...@@ -172,7 +172,7 @@ class App
# Update scope with auto-filled form field values # Update scope with auto-filled form field values
$timeout -> $timeout ->
for i in $element.find('input') for i in $element.find('input') when i.value
$i = angular.element(i) $i = angular.element(i)
$i.triggerHandler('change') $i.triggerHandler('change')
$i.triggerHandler('input') $i.triggerHandler('input')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment