How to implement custom $ionicPopover per page in side menu layout

I use Ionic side menu layout for my project. Now I want to define custom menu for every child page. To implement this I want to use $ionicPopover service but it’s limited to master page and I don’t define custom menu for child page. For example I have two page: USER & TASK. In USER page I want to have Export & Import menu and in TASK page I want to have Export menu alone.

Is there any sample to resolve this problem?

Sample My Project