ui-sref tag

In simple its a directive that binds the <a> tag with a state. The format for writing it is ui-sref=’stateName({param: value, param: value})’ now you can have the state name with or without parameters. With optional …

Continue reading »