var app = angular.module('plunker', []); app.config(function($routeProvider) { $routeProvider.when('/one', { templateUrl: 'one.html', css: 'one.css' }); ...
確定! 回上一頁