angular.js/test
Igor Minar 945056b166 linking function should return bound scope
angular.compile()() returns {scope:scope, view:view},
this isn't useful at all and only makes tests more verbose.
Instead, this change makes the linking function return scope directly
and if anyone needs the linked dom there are two ways to do it
documented in angular.compile.

other changes:
- moved angular.compile docs to the compiler so that they are closer to
  the compiler
- fixed some typos and updated angular.compile docs with the new return
  value
2011-03-01 17:09:25 -08:00
..
scenario fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
service linking function should return bound scope 2011-03-01 17:09:25 -08:00
angular-mocksSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
AngularSpec.js linking function should return bound scope 2011-03-01 17:09:25 -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