根作用域的使用
发表于:2024-11-25 作者:热门IT资讯网编辑
编辑最后更新 2024年11月25日,`lastname`家庭成员:`x` `lastname`var app = angular.module("myApp",[]);app.controller
`lastname`家庭成员:
- `x` `lastname`
var app = angular.module("myApp",[]);
app.controller('myCtrl',function($scope,$rootScope){
$scope.names = ['Emil','Tobias','Linus'];
$rootScope.lastname = "Refsnes";
});