$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.7k 阅读
2 回答3.2k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
3 回答1.2k 阅读✓ 已解决
3 回答866 阅读✓ 已解决
3 回答1k 阅读✓ 已解决
2 回答1.2k 阅读✓ 已解决
懂css3的话 可以改改他默认的css样式应该就可以实现,再就是找找看看有没有对应的参数