Félix Zapata
Félix Zapata
hi @gkalpak, ¿is there any way that the use of the `debounce` option for the `ng-model` works with Protractor? I need this option for my changes. But with that, the...
I think that with `ignoreSynchronization` does not work. I saw yesterday this information about timeouts. One of the test that fails is: ``` javascript it('should filter the phone list as...
@gkalpak After a review, I think that my problem is related with some changes I've made in the repeater. I will check it.
@gkalpak done. Now the e2e tests pass in my local environment. I've added an `browser.sleep` suggested by @mohitjee15 and I've changed how to obtain the repeater in the scenario due...
ok @gkalpak. Do I have to modify the [full tutorial](https://github.com/angular/angular.js/tree/master/docs/content/tutorial) and send another pull request or I have to wait until this pull request is accepted?
ok, I will work in the tutorial and I will send another pulll request as soon as possible.
@gkalpak I've created the [pull request with the new step in the tutorial](https://github.com/angular/angular.js/pull/14779). About this pull request, please feel free to comment if I need to review the code in...
@gkalpak I will check again the pull request. I'm only want to upload three commits and I though that it was ok.
@gkalpak done, a problem with the rebase
@gkalpak I´ve updated the PR to avoid the multiple commits. I will take a look to your comments.