Skip to content

Instantly share code, notes, and snippets.

@vunb
Created May 12, 2014 18:27
Show Gist options
  • Save vunb/ae504cf9d4d5a27c58d3 to your computer and use it in GitHub Desktop.
Save vunb/ae504cf9d4d5a27c58d3 to your computer and use it in GitHub Desktop.
Tìm hiểu Angular.js
Q: angularjs này không chạy dc trên IE, có cách nào khắc phục lỗi này không
A: Với IE bạn đổi hết các directive thành class. Ví dụ ng-model='rikky'
thành class="ng-model:rikky;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment