2014-11-01 35 views

回答

0

这在AngularJS文档中被称为HTML5模式。要打开它:

angular 
    .module('myApp',[]) 
    .config(function($locationProvider) { 
     $locationProvider.html5Mode(true); 
    });