angular.js/test
Chirayu Krishnappa a22596c925 test($compile): use FQDN for img[src]
img[src]="https://foo" has the unfortunate problem that the browser will
actually try retrieving the resource the non FQDN foo.  The local DNS
might suffix a domain to this, resolve it, and try to present a
certificate for the https request and prompt the user to pick a
certificate. This commit avoids that by making foo a FQDN.  Note that it
might be better to replace foo with example.com (ref
http://tools.ietf.org/html/rfc2606#section-3).
2013-06-28 17:38:11 -07:00
..
auto chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -07:00
ng test($compile): use FQDN for img[src] 2013-06-28 17:38:11 -07:00
ngCookies feat($cookieStore): $cookieStore.get now parses blank string as blank string 2013-05-08 10:04:07 +01:00
ngMobile feat($swipe): Refactor swipe logic from ngSwipe to $swipe service. 2013-05-23 16:07:44 -07:00
ngMock feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00
ngResource feat($resource): expose promise instead of only $then 2013-05-23 14:18:29 -07:00
ngRoute refactor($route): pull $route and friends into angular-route.js 2013-06-06 17:07:12 -07:00
ngSanitize test(ngBindHtml): prevent variable name leak 2013-01-29 13:26:06 -08:00
ngScenario chore: remove jstd leftovers 2013-06-28 11:43:38 -07:00
AngularSpec.js fix(Angular.js): don't crash on invalid query parameters 2013-06-20 14:13:16 +01: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 feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01: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 chore(minErr): replace ngError with minErr 2013-06-17 13:29:30 -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(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00