You code only does something , when angLR is between -90 and +90. When it is less than -90, it will do nothing, there is no code for that.
If you want it to do something other than nothing, you will need another if ( ) for that, or change your logic.