Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Problem with two-way binding #54

Closed
hyades opened this issue May 19, 2015 · 2 comments
Closed

Problem with two-way binding #54

hyades opened this issue May 19, 2015 · 2 comments

Comments

@hyades
Copy link

hyades commented May 19, 2015

I am having something like

$http.get(path)
    .success(function(data){
    $scope.data = data;
    $rootScope.$broadcast('elastic:adjust'); // as mentioned in the docs
  });

Here data is modelled to the textarea

But this is an issue as expected. Sometimes the textarea is set to precise length, and sometimes it fills up the entire page (almost 4 times the expected size). Is this something to do with the $digest cycles?

@monospaced
Copy link
Owner

Hi

Did you get any further with this? Be good to see a plunker... And thanks for the contribution 👍

@monospaced
Copy link
Owner

Archiving repository.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants