templateUrl: ‘../html/views/list_book.html’,
controller: ‘BookListController’
},
footer:{
templateUrl: ‘../html/views/list_footer.html’,
controller: ”
}
}
})
// book detail
.state(‘book_detail’,{
url: ‘/book/:id’,
views:{
header:{
templateUrl: ‘../html/views/list_header.html’,
controller: ‘SearchController’
},
container:{
templateUrl: ‘../html/views/detail_book.html’,
controller: ‘BookDetailController’
},
footer:{
templateUrl: ‘../html/views/list_footer.html’,
controller: ”
}
}









