angular.js - angularJs使用ngRoute url传递参数问题
为情所困
为情所困 2017-05-15 17:09:23
0
2
620

请问angularjs使用ngRoute 路由传递可选参数是怎么样的?

//下面是路由config .config(function ($routeProvider) { $routeProvider .when('/asset/:type', {//这里页面需要传递可选参数 templateUrl: 'tpl/asset.html', controller: 'assetCtrl' }) .otherwise({ redirectTo: '/home' }); }) //html页面 

//**这里点击跳转到asset页面**

总资产(元)

{{userAll|currency:''}}

当前收益(元)

{{userAllIP|currency:''}}

累计收益(元)

{{Day_all|currency:''}}

现在有6个html页面的p 点击跳转到asset页面 其中一个传递参数必须是空,其余5个页面传递参数type为1-5,
jump()函数在传递空值的时候应该怎么写才能跳转到asset页面?

为情所困
为情所困

全部回复 (2)
为情所困

推荐使用 angular-ui-route

    習慣沉默

    .when('/asset/:type?'

    后面添加问号,这样asset页面也可以接收空参数了

      最新下载
      更多>
      网站特效
      网站源码
      网站素材
      前端模板
      关于我们 免责声明 Sitemap
      PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!