
web
咲夜极光
这个作者很懒,什么都没留下…
展开
-
Vue后台项目开发必备:全面解析分辨率适配与网页缩放技巧!
分辨率适配与网页缩放转载 2024-07-29 09:34:30 · 169 阅读 · 0 评论 -
AngularJs父子级Controller传递数据
// 子级传递数据给父级 // 子级传递 $scope.checkLoggedIn = function(type) { $scope.transferType = type; $scope.$emit('transfer.type', type); } // 父级接收 $scope.$on('transfer.type', function(event, data) { $scope.transferTyp.转载 2021-01-27 11:42:39 · 386 阅读 · 0 评论