$stateProvider are loading every templateUrl even without navigate through

Why the $stateProvider are loading every templateUrl ?

When you run “ionic serve” and take a look at the network, every template are loaded even without click on anything.
It will be a memory leak if my App has a lot of pages.

How I stop it?