navigator.userAgent =
"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 (Dart) Safari/537.36"
Problem
It does not work after I changed the sub input
AngularDart change the Element Attribute work well,but the InputElement 's checked prototype not changed
Jquery can fix it
jquery has a method prop, $('input').prop('checked',true);
Problem
It does not work after I changed the sub input AngularDart change the Element Attribute work well,but the InputElement 's checked prototype not changed
Jquery can fix it
jquery has a method prop, $('input').prop('checked',true);
Angular.dart fix it by a ugly way
https://github.com/xsilen/angular.dart/compare/angular:master...patch-1?quick_pull=1