Skip to content

Commit

Permalink
fix(fxFlex): do not eagerly listen to layout changes (#771)
Browse files Browse the repository at this point in the history
* fix(fxFlex): do not eagerly listen to layout changes

* currently, `fxFlex` listens for container events (e.g. `fxLayout`)
  in the constructor. Unfortunately, this is too eager and sometimes
  takes place before the `fxFlex` value is actually set

Fixes #700
PR Close #733
  • Loading branch information
CaerusKaru authored Jun 11, 2018
1 parent cb74357 commit dc431d8
Show file tree
Hide file tree
Showing 6 changed files with 4,762 additions and 4,714 deletions.
Loading

0 comments on commit dc431d8

Please sign in to comment.