Restrict shrinking header to work only for one tab

We are working on shrinking header, the only problem is that the directive applies the scroll throughout the application i.e. all the tabs in the application.

Where as I just want the shrinking header to work only on the home screen. I am missing something out here.
Any help would be appreciated!

Okay I did manage to get this going in our case by simply hiding the title which come from the Ion view and added a seperate header with a different class like “header-bar-home”… this works fine for me now