@chamilavt wrote:
I have to download a template from a web server to the cordova.file.documentsDirectory in iOS, then need to load the template from iOS cordova.file.documentsDirectory.
.state('app.jobList', {
url: '/jobList',
views: {
'menuContent': {
templateUrl: ????,
controller:'JobListCtrl'
}
}
})How can I specify the path for the templateUrl?
Posts: 1
Participants: 1