| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-12 | fix(sanitize): match URI schemes case-insensitively | Pete Bacon Darwin | |
| 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 | |||
| 2012-11-11 | feat($sanitize): support telephone links | Anna Vester | |
| Per http://www.ietf.org/rfc/rfc3966.txt support tel: links | |||
| 2012-04-11 | chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module | Vojta Jina | |
| Create build for other modules as well (ngResource, ngCookies): - wrap into a function - add license - add version Breaks `$sanitize` service, `ngBindHtml` directive and `linky` filter were moved to the `ngSanitize` module. Apps that depend on any of these will need to load `angular-sanitize.js` and include `ngSanitize` in their dependency list: `var myApp = angular.module('myApp', ['ngSanitize']);` | |||
