Lazy Loading Templates

Hi, How can i lazy load my templates(partials) whenever they are required. Currently there is a call for all the templates is made when application is started.

yeah, same question here.

got it.

    app.config(function ($ionicConfigProvider) { // provider-injector
        $ionicConfigProvider.prefetchTemplates(false);
    });