Closed jeme closed 11 years ago
This should allow for things like:
<a sref="state" params="paramsobj" />
or something that would translate into the appropriate link.
note that these will bind to scope values, in order to provide direct values for sref instead, use <a sref="'state'" />
<a sref="'state'" />
This should allow for things like:
or something that would translate into the appropriate link.