You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
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
The text was updated successfully, but these errors were encountered: