angular.js/test
Misko Hevery e46100f709 feat($compile): support multi-element directive
By appending  directive-start and directive-end to a
directive it is now possible to have the directive
act on a group of elements.

It is now possible to iterate over multiple elements like so:

<table>
  <tr ng-repeat-start="item in list">I get repeated</tr>
  <tr ng-repeat-end>I also get repeated</tr>
</table>
2013-05-28 22:28:32 -07:00
..
auto feat(ngError): add error message compression and better error messages 2013-05-24 17:03:21 -07:00
ng feat($compile): support multi-element directive 2013-05-28 22:28:32 -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($http): add support for aborting via timeout promises 2013-05-20 14:15:04 -07:00
ngResource feat($resource): expose promise instead of only $then 2013-05-23 14:18:29 -07:00
ngSanitize test(ngBindHtml): prevent variable name leak 2013-01-29 13:26:06 -08:00
ngScenario feat(scenario): adds mousedown and mouseup event triggers to scenario 2013-05-14 20:50:36 +01:00
AngularSpec.js feat(ngError): add error message compression and better error messages 2013-05-24 17:03:21 -07:00
ApiSpecs.js feat(ngRepeat): add support for custom tracking of items 2013-03-29 23:01:52 -07:00
BinderSpec.js feat(ngError): add error message compression and better error messages 2013-05-24 17:03:21 -07:00
jqLiteSpec.js feat($compile): support multi-element directive 2013-05-28 22:28:32 -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 fix(jqLite): correctly monkey-patch core jQuery methods 2013-05-23 12:05:55 -07:00
loaderSpec.js feat(ngError): add error message compression and better error messages 2013-05-24 17:03:21 -07:00
matchers.js feat(ngError): add error message compression and better error messages 2013-05-24 17:03:21 -07:00
ngErrorSpec.js feat(ngError): add error message compression and better error messages 2013-05-24 17:03:21 -07:00
testabilityPatch.js test(sortedHtml): ignore bogus rowspan=1 and colspan=1 in IE 2013-05-08 07:57:34 -07:00