标签: javascript angularjs
.config(['$routeProvider',function($routeProvider,$routeParams){$routeProvider.when('/mainpage',{templateUrl :'/views/index.html',controller :'mainpage'})