I had a similar issue with input-fields and protractor after angular got changed to only rely on the input-event (see: #5730) Somehow i've got a feeling, as if no one really uses protractor with angular2...dougludlow changed the title beta.1 ngModel/ngModelChange not working in FireFo...
test1$ always gets triggered, but test2$ does not The only way to trigger changes to test$ is to manually update the signal with set() To see this working enable row 41 It would be nice if the test2$ would be updated just like test1$ Please provide a link to a minimal reproduction ...
Would be nice if someone from the Angular2 Team would post a comment here ... or are they already working on a different framework ? 👎 4 Contributor vicb commented Jun 22, 2016 @kenkopelson @nathic @Jammy42 please stay constructive and follow our code of conduct. This is not on...
Not working for me as well. Also min and max value works when setting a hard-coded value, but when set via a dynamic value property, does not work and throw error: zone.js:665 Unhandled Promise rejection: Cannot read property 'year' of null ; Back to classic datetime input for me......
patrick@AngularClass.com Please select Option 1 Option 2 Option 3 Selected value: {{myValue}} </md-card> ` }) export class About { constructor() { } myValue: string = "1"; ngOnInit() { console.log('hello `About` component'); // static data that is bundled // var ...