angular.js/test
Igor Minar 7da2bdb82a fix(scope): support watching functions
currently we run into infinite digest if a function is being
watched as an expression. This is because we generate bound
function wrapper when the watch is processed via parser.

I'm not too keen on the solution because it relies on the unbound
fn that is being exposed for other reasons, but I can't think
of a better way to deal with this right now
2012-01-23 22:33:28 -08:00
..
jstd-scenario-adapter chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
scenario refactor(scope): separate controller from scope 2012-01-23 11:05:36 -08:00
service fix(scope): support watching functions 2012-01-23 22:33:28 -08:00
widget fix(input): bind inputs to the 'input' event 2011-12-07 13:07:20 -08:00
angular-mocksSpec.js fix($http): remove support for PATCH + better whenXXX, expectXXX api 2012-01-13 13:53:07 -08:00
AngularSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
ApiSpecs.js fix(ng:repeat): support repeating over array with null 2012-01-06 12:19:39 -08:00
BinderSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
directivesSpec.js refactor(scope): separate controller from scope 2012-01-23 11:05:36 -08:00
InjectorSpec.js feat(module): add runtime block 2012-01-13 14:28:43 -08:00
jqLiteSpec.js feat(jqLite): added injector() helper method 2012-01-16 02:17:27 -08: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 chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
JsonSpec.js style: prefer single quotes + some whitespaces 2012-01-03 15:09:00 -08:00
loaderSpec.js feat(module): add runtime block 2012-01-13 14:28:43 -08:00
markupSpec.js refactor(module): strict separation between module-config / app-runtime 2012-01-12 13:40:07 -08:00
matchers.js chore(log): generic test log service with custom toEquals matcher 2012-01-23 22:33:28 -08:00
ResourceSpec.js fix($resource): forwardport exposing headers from 0.9.19 2011-12-01 16:20:08 -05:00
sanitizerSpec.js chore(formating): clean code to be function() { 2011-10-11 11:01:46 -07:00
ScenarioSpec.js refactor(compiler) turn compiler into a service 2011-11-14 16:39:32 -08:00
testabilityPatch.js chore(log): generic test log service with custom toEquals matcher 2012-01-23 22:33:28 -08:00
widgetsSpec.js refactor(scope): separate controller from scope 2012-01-23 11:05:36 -08:00