Merge remote-tracking branch 'origin/rewrite' into rewrite

This commit is contained in:
Leo Horie 2016-07-07 13:23:36 -04:00
commit 40ff3c89b5

View file

@ -218,10 +218,10 @@ m.route("/other/route");
```javascript
// Getting the current route
m.route.getPath();
m.route.get();
// Setting a new route
m.route.setPath("/other/route");
m.route.set("/other/route");
```
## Accessing route params