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...
Why?? I am working with angular-formly,it seem like bad solution for angular-firmly Otherwise two-way data binding will not work, i.e. you will not be able to access the selected items from your controller. I don't know why it not working??I tried define selected but it not resolve...
This is usually caused because Angular is not able to find the component or the property you’re trying to use, meaning that, it might be there somewhere, but it’s not available to the module you’re working on. To solve this, we must go into the module we’re working on, and add...
It looks like you're using ngModel on the same form field as formControlName. Support for using the ngModel input property and ngModelChange event with reactive form directives has been deprecated in Angular v6 and will be removed in Angular v7. component.ts import { Component, OnInit } ...
My table is working. But, i receive an error in console browser: md-data-table.min.js:1 Row selection: ngModel is not defined.j @ md-data-table.min.js:1(anonymous function) @ md-data-table.min.js:1$digest @ angular.min.js:143$apply @ angular.min.js:146(anonymous function) @ ...
Related question - @caitp (and/or @tbosch ) - angular.element(this).scope() is no longer working in 1.2.0 from within a directive - see fiddle here: http://jsfiddle.net/lukem/dvu7U/ (just change the script at top to toggle between 1.2.0 and 1.2.0-rc.3) I tried .isolateScope...
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 ...
I think this issue was fixed in the past, but formControlName was not working with ion-datetime so had to use formControl instead, is this a new issue? <ion-datetime pickerFormat="MMM DD YYYY HH:mm" max="2030" displayFormat="MMM DD YYYY HH:mm" [formControl]="eventForm.controls['st...
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...
[ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUT...