angular.js/test
Chirayu Krishnappa dae694739b feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafe
Changes:
- remove ng-bind-html-unsafe
- ng-bind-html is now in core
- ng-bind-html is secure
  - supports SCE - so you can bind to an arbitrary trusted string
  - automatic sanitization if $sanitize is available

BREAKING CHANGE:
  ng-html-bind-unsafe has been removed and replaced by ng-html-bind
  (which has been removed from ngSanitize.)  ng-bind-html provides
  ng-html-bind-unsafe like behavior (innerHTML's the result without
  sanitization) when bound to the result of $sce.trustAsHtml(string).
  When bound to a plain string, the string is sanitized via $sanitize
  before being innerHTML'd.  If $sanitize isn't available, it's logs an
  exception.
2013-07-25 14:29:56 -07:00
..
auto fix($injector): refactor module loading code and use minErr 2013-07-02 11:05:30 -07:00
ng feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafe 2013-07-25 14:29:56 -07:00
ngCookies feat($cookieStore): $cookieStore.get now parses blank string as blank string 2013-05-08 10:04:07 +01:00
ngMobile fix(ngMobile): emit click event for touchy clicks 2013-07-24 19:02:06 -07:00
ngMock chore(dump): remove dead code 2013-07-22 13:59:27 -07:00
ngResource feat($resource): support an unescaped URL port 2013-07-12 10:47:46 +01:00
ngRoute feat($sce): new $sce service for Strict Contextual Escaping. 2013-07-25 13:00:35 -07:00
ngSanitize fix(sanitize): match URI schemes case-insensitively 2013-07-12 09:29:21 +01:00
ngScenario fix(ngScenario): select().option(val) should prefer exact value match 2013-07-12 10:05:23 +01:00
AngularSpec.js fix(equals): {} and [] should not be considered equivalent 2013-07-24 10:58:56 -07:00
ApiSpecs.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
BinderSpec.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
jqLiteSpec.js fix(jqLite): prepend array in correct order 2013-07-02 23:24:51 -07:00
jquery_alias.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jquery_remove.js fix(specs): fix jQuery to jqLite binding on IE8 2011-09-16 02:44:33 +02:00
jQueryPatchSpec.js feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00
loaderSpec.js fix($injector): improve $injector:nomod error message 2013-07-11 12:16:02 -07:00
matchers.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
minErrSpec.js chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
testabilityPatch.js feat($sce): new $sce service for Strict Contextual Escaping. 2013-07-25 13:00:35 -07:00