How to separate actions on templates

Hi, I’m new to ionic …

I have a details page template where I have a progress tracker - it’s basically a range 0-100 with step 25 … I was able to store the value with ngStorage for now … however it populates to all template views … how can I separate it so it’s only specific template view … template views have unique URLs

thanks!

use Angular Controller and local scope