gpt4 book ai didi

javascript - 实现 UI Router Hierarchy/category/category/product 的最佳方式

转载 作者:行者123 更新时间:2023-12-03 06:53:25 28 4
gpt4 key购买 nike

在 UI Router 中实现此类功能的最佳方法是什么?

/category/product

/category/category/product

例如:

/telephones/apple/iphone4/product

所以我有一个产品页面,其中可以包含一个或多个类别。如何在 UI Router 中执行此操作?

.state('product',{
url: '/:categoryFirst/:product',
templateUrl: '/partials/product.html',
controller: 'ProductCtrl as product',
})


.state('product',{
url: '/:categoryFirst/:categorySecond/:product',
templateUrl: '/partials/product.html',
controller: 'ProductCtrl as product',
})

没有太多代码,因为我不知道从哪里开始。

最佳答案

你可以使用这个UI router sample appnew sample app代码开始创建您的代码。这些应用程序的来源可以在这里找到: https://github.com/ui-router/sample-app .

而且他们似乎有足够复杂的路由级别来满足您的需求。

关于javascript - 实现 UI Router Hierarchy/category/category/product 的最佳方式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37399004/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com