@mlunn01 wrote:
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'
})
Posts: 1
Participants: 1