在使用ng-route时,要去掉“#”可以使用 <base href="/">,$locationProvider.html5Mode(true);那么对应ui-route中,要去掉“#”,该怎么做呢?
Why not write the status directly without using href 而用 ui-sref instead of the path?
href
ui-sref
Why not write the status directly without using
href
而用ui-sref
instead of the path?