mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 09:07:46 +08:00
Previously, $sanitize(nonString) would throw. Now, the type is converted to a string before any work is done. Closes #8417 Closes #8416