angular.js/test/ngSanitize
Pete Bacon Darwin fcd761b9d7 fix(sanitize): match URI schemes case-insensitively
According to RFC 3986 (http://tools.ietf.org/html/rfc3986#section-3.1)
schemes such as http or mailto are case-insensitive. So links such as
http://server/ and HTTP://server/ are valid and equivalent.

Closes #3210
2013-07-12 09:32:23 +01:00
..
directive test(ngBindHtml): prevent variable name leak 2013-01-29 15:35:03 -08:00
filter chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module 2012-04-11 15:50:47 -07:00
sanitizeSpec.js fix(sanitize): match URI schemes case-insensitively 2013-07-12 09:32:23 +01:00