i am trying to write a directive to generate pagination links using the concept used in a simplePagination the prev and next links are the only links being generated and clicking them generates an error:
Uncaught SyntaxError: Unexpected token :
here is the fiddle http://jsfiddle.net/kelvo/zZURe/
Edit 1
got the rest of the links to show but the bi-directional binding '=' does not seem to work.
here is the new fiddle http://jsfiddle.net/kelvo/zZURe/7/