Skip to content

Instantly share code, notes, and snippets.

@hoanghiep90
Created August 26, 2015 18:16
Show Gist options
  • Save hoanghiep90/7e2be752a6d04e513627 to your computer and use it in GitHub Desktop.
Save hoanghiep90/7e2be752a6d04e513627 to your computer and use it in GitHub Desktop.
[AngularJS] Error: [$parse:lexerr] Lexer Error: Unexpected next character
I had some error while I used ng-click
<a ng-click="#/search/San+Francisco">test</a>
instead of ng-href
<a ng-href="#/search/San+Francisco">test</a>
I hope it might help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment