angular.js/test
Igor Minar 9d5c533791 ng:autobind now optionally takes element id
so it is possible to easily compile just a part of a document.

e.g.:

<html>
  <head>
    <title>partially compiled doc</title>
    <script src="angular.js" ng:autobind="compileThis"></script>
  </head>
  <body>
    this part won't be compiled: {{1+2}}
    <div id="compileThis" ng:init="i=0" ng:click="i = i+1">
      Click count: {{i}}
    </div>
  </body>
</html>
2011-03-11 08:45:43 -08:00
..
scenario fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
service $xhr service now autodetects and strips )]}',\n 2011-03-02 22:56:14 -08:00
angular-mocksSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
AngularSpec.js ng:autobind now optionally takes element id 2011-03-11 08:45:43 -08:00
ApiSpecs.js fixing lint warnings in older code 2010-12-06 16:45:59 -08:00
BinderSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
BrowserSpecs.js Fixed notifyWhenNoOutstandingRequests() when using JSONP 2011-02-03 20:03:32 -08:00
CompilerSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
directivesSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
FiltersSpec.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
FormattersSpec.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
InjectorSpec.js adding an extra injector spec 2011-02-27 16:19:21 -08:00
jqLiteSpec.js correct hashchange event registration on window 2011-02-19 20:39:46 -08:00
jquery_alias.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
jquery_remove.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
JsonSpec.js fixed select with ng:format 2011-01-14 10:30:00 -08:00
manual.html fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
markupSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
mocks.js fix for stupid IE handling of named functions in mocks 2011-01-26 22:30:09 -08:00
ParserSpec.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
ResourceSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
sanitizerSpec.js smarter normalization of value on option, and htmlParser fixes 2011-02-04 13:44:22 -08:00
ScenarioSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
ScopeSpec.js split mocks and create $log and $exceptionHandler mocks 2011-01-26 15:46:05 -08:00
testabilityPatch.js rewrite of JQuery lite implementation, which now better supports selected sets 2011-02-16 08:59:42 -05:00
ValidatorsSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
widgetsSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00