How to set(selected) data in select option on run time

I create select Gender option in my ionic app.
It is easy to get data from select option by using ng-change, after that I store that data in localstorage.
But when app restart I am not able to set Gender data in the select option. Please Help me.