目前不再维护,请使用: : 流星中的Angularjs 如何使用它 angularjs应用程序始终称为meteorapp。 angular.module('meteorapp', [meteor]). config(['$routeProvider', function($routeProvider) { $routeProvider. when('/index', {templateUrl: 'partials/index.html', controller: MeteorCtrl}). otherwise({redirectTo: '/'}); }]); 目录结构 /public /partials angular.html(Main screen should contain body content