私のURLが似ているとリダイレクト:このページでhttp://localhost:3000/family/#/savings/subscribe/123456が他のプロジェクトにangularJs
、私は私が必要を追加しようとしたバックボーンJS で作られた別のプロジェクトの他のページに私をリダイレクトするために、ボタンをクリックしますhref-とNG-HREF http://localhost:3000/admin#exemption
とURI:それは常にhttp://localhost:3000/family/#/admin#exemption
angular.module('app', ['ng', 'ngRoute', 'ui.bootstrap', 'angularMoment', 'chart.js'])
.config(fac['$routeProvider', function ($routeProvider) {
$routeProvider
.when('/index', {
templateUrl: '/family/index',
controller: 'IndexCtrl'
})
.when('/family/exemption', {
templateUrl: 'exemption-search-view'
})
に私をリダイレクトし、私は必要なページのテンプレートを与えたとき、私はHTMLビューが、URIを取得:http://localhost:3000/family/#/admin#exemption
リンク内のハッシュタグを削除する場合は、次のリンクをクリックしてください:https://scotch.io/tutorials/pretty-urls-in-angularjs-removing-the-hashtag – trichetriche