Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
fix(fxFlex): do not eagerly listen to layout changes
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
CaerusKaru committed Jun 11, 2018
1 parent 666aa0a commit 012a950
Show file tree
Hide file tree
Showing 6 changed files with 4,462 additions and 4,051 deletions.
Loading

0 comments on commit 012a950

Please sign in to comment.