Server Rendered Templates

In an ionic app, Is it possible to point ui-routers templateUrls to a remote server to have partial templates rendered server side. For instance:

$stateProvider.state(‘home’, {
url: ‘/’,
templateUrl: ‘http://myserver/home
})