dotJEM / angular-routing

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

Provide an override or enhancement of the a directive #16

Closed jeme closed 11 years ago

jeme commented 11 years ago

This should allow for things like:

<a sref="state" params="paramsobj" />

or something that would translate into the appropriate link.

jeme commented 11 years ago

note that these will bind to scope values, in order to provide direct values for sref instead, use <a sref="'state'" />