ionic-epubjs
ionic-epubjs copied to clipboard
Use book metadata
Book.getMetadata().then(function(meta){
document.title = meta.bookTitle+" – "+meta.creator;
});
From view-source:http://futurepress.github.io/epub.js/examples/promises.html
Where could we use this metadata?