angular.js/test/ngSanitize
Tobias Bosch 333523483f fix($sanitize): Use same whitelist mechanism as $compile does.
`$sanitize` now uses the same mechanism as `$compile` to validate uris.
By this, the validation in `$sanitize` is more general and can be
configured in the same way as the one in `$compile`.

Changes
- Creates the new private service `$$sanitizeUri`.
- Moves related specs from `compileSpec.js` into `sanitizeUriSpec.js`.
- Refactors the `linky` filter to be less dependent on `$sanitize`
  internal functions.

Fixes #3748.
2013-11-26 14:29:38 -08:00
..
directive test(ngBindHtml): prevent variable name leak 2013-01-29 13:26:06 -08:00
filter feat(linky): allow optional 'target' argument 2012-11-24 22:21:50 +01:00
sanitizeSpec.js fix($sanitize): Use same whitelist mechanism as $compile does. 2013-11-26 14:29:38 -08:00