justinfagnani / route

A client + server routing library for Dart
BSD 3-Clause "New" or "Revised" License
114 stars 40 forks source link

Allow ignoring parameter value changes #71

Closed pavelgj closed 10 years ago

pavelgj commented 10 years ago

Allow to ignore parameter value changes and not leave the route.

  ..addRoute(
      name: 'foo',
      path: '/:foo',
      dontLeaveOnParamChanges: true
  )
pavelgj commented 10 years ago

track here: https://github.com/angular/route.dart/issues/1