templateUrl: ‘../html/views/list_movie.html’,
controller: ‘movieListController’
},
footer:{
templateUrl: ‘../html/views/list_footer.html’,
controller: ”
}
}
})
.state(‘search’,{
url: ‘/search/:type’,
views:{
header:{
templateUrl: ‘../html/views/search.html’,
controller: ‘Search’
},
container:{
templateUrl: ”,
controller: ”
},
footer:{
templateUrl: ”,
controller: ”
}
}
});
}]);









