moxie-lean / ng-patternlab

Atomic Design Patternlab in Angular for use with the LEAN Ecosystem
http://getmoxied.net/lean
MIT License
0 stars 1 forks source link

Cached data to avoid multiple requests - Fix #83 #85

Closed mitogh closed 7 years ago

mitogh commented 7 years ago

Bug fix

Explained here https://github.com/moxie-lean/ng-patternlab/issues/83

By setting the cache it prevents other requests generated by the gravity forms component during the run and config part.

Cache is not persistent so it does not causes any issue for next loadings or in refresh.

No.