angular.module("myApp", []) .run(function($rootScope) { $rootScope.name = "World!"; });. And just as with global scope in Javascript, ...
確定! 回上一頁