TradeMe / ng-defer-load

MIT License
127 stars 37 forks source link

Fix for preRender issue #28

Closed mzoellner closed 5 years ago

mzoellner commented 5 years ago

I fixed an issue where the component would be loaded when preRender was set to the string "false" instead of the boolean false.

I updated the readme accordingly as it didn't contain the square bracket notation that will evaluate the value.