dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

Typo in $view.refresh #50

Closed jeme closed 11 years ago

jeme commented 11 years ago

Lastly, there's a typo there: https://github.com/dotJEM/angular-routing/blob/master/src/view.ts#L353

$view.refesh(key, data); should be (missing the R):

$view.refresh(key, data); I can create a pull request if you do not wish to solve that one directly.

i'd love to get some lights on all this, thanks for any help!

https://github.com/dotJEM/angular-routing/issues/49