$ionicModal.fromTemplateUrl('template/modal.html',{
scope: $scope,
animation: 'slide-in-up'
}).then(function(modal){
$scope.modal = modal;
})
modal模块可以设置,如果是用href跳转,再用back返回,slide-in-up 、slide-in-left 这些应该在哪里设置??
$ionicModal.fromTemplateUrl('template/modal.html',{
scope: $scope,
animation: 'slide-in-up'
}).then(function(modal){
$scope.modal = modal;
})
modal模块可以设置,如果是用href跳转,再用back返回,slide-in-up 、slide-in-left 这些应该在哪里设置??
10 回答11.1k 阅读
6 回答3k 阅读
5 回答4.8k 阅读✓ 已解决
4 回答3k 阅读✓ 已解决
2 回答2.6k 阅读✓ 已解决
3 回答2.3k 阅读✓ 已解决
3 回答2.1k 阅读✓ 已解决
懂css3的话 可以改改他默认的css样式应该就可以实现,再就是找找看看有没有对应的参数