Misko Hevery
|
26b5ae4109
|
fix __proto__ for ie.
|
2010-08-14 10:29:50 -07:00 |
|
Misko Hevery
|
14fe8cff2d
|
Merge remote branch 'igor/master'
|
2010-08-14 10:26:09 -07:00 |
|
Igor Minar
|
7159b30752
|
Serialize only own properties to avoid infinite loops when serializing scopes (this)
|
2010-08-13 15:14:41 -07:00 |
|
Shyam Seshadri
|
60eeeb9f20
|
Provide all jquery functions as futures
|
2010-08-14 03:24:09 +08:00 |
|
Shyam Seshadri
|
9260f4867a
|
Fix broken tests for element dsl
|
2010-08-14 01:16:27 +08:00 |
|
Shyam Seshadri
|
1f230bf3f5
|
Revert click dsl, since what is returned by element is a jquery object
|
2010-08-13 10:13:03 -07:00 |
|
Shyam Seshadri
|
669d8241b2
|
Pull in Rajat's changes to add click and url checking dsl
|
2010-08-13 10:13:03 -07:00 |
|
Misko Hevery
|
0c2dd09e78
|
Merge branch 'master' of github.com:angular/angular.js
|
2010-08-11 12:04:11 -07:00 |
|
Shyam Seshadri
|
cf33105011
|
Fix toEqual matcher to use angular.equals instead of simple == comparison, which breaks down for arrays and objects
|
2010-08-12 02:45:22 +08:00 |
|
Misko Hevery
|
3d5719cd44
|
removed undocumented/unneeded methods from Array API
|
2010-08-11 11:44:12 -07:00 |
|
Misko Hevery
|
ab2213e80e
|
Merge branch 'master' of github.com:angular/angular.js
|
2010-08-11 11:21:08 -07:00 |
|
Misko Hevery
|
412f05977c
|
removed google charts and few other filters, switched to simple optimization for compiler
|
2010-08-11 11:21:03 -07:00 |
|
Shyam Seshadri
|
04e92a8753
|
modify element dsl to understand angular bindings and return jquery object for further checking
|
2010-08-12 01:57:36 +08:00 |
|
Shyam Seshadri
|
27784b6dec
|
Change repeater dsl to collect and return an array of string contents based on match
|
2010-08-12 01:09:04 +08:00 |
|
Misko Hevery
|
49ffab3318
|
Merge branch 'master' of http://github.com/shyamseshadri/angular.js into shyam
|
2010-08-10 13:53:18 -07:00 |
|
Shyam Seshadri
|
c4c96c5c69
|
Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html apparently
|
2010-08-10 13:42:50 -07:00 |
|
Misko Hevery
|
8d635cfb87
|
Merge branch 'master' of github.com:angular/angular.js
|
2010-08-10 11:46:37 -07:00 |
|
Misko Hevery
|
7673b2a2b2
|
added more tests for json float
|
2010-08-10 11:46:12 -07:00 |
|
Misko Hevery
|
9b392eca35
|
fix bug where $eval on undefined throws error
|
2010-08-10 11:23:23 -07:00 |
|
Misko Hevery
|
4aac29da18
|
added additional test
|
2010-08-10 11:17:08 -07:00 |
|
Shyam Seshadri
|
86c2ef87d5
|
Inject jquery into future scope, and rename outer scenario to _window, which is what it is
|
2010-08-10 10:48:31 -07:00 |
|
Shyam Seshadri
|
21d2b43e6c
|
Add element DSL, to find an element. Has knowledge of finding ng:bind elements and grabbing their contents.
|
2010-08-09 17:55:01 -07:00 |
|
Andres Ornelas
|
de8d0984c8
|
added repeater.collect to E2E DSL
|
2010-08-06 17:28:47 -07:00 |
|
Andres Ornelas
|
6d0eeda1e2
|
added MatcherSpec
|
2010-08-04 12:36:53 -07:00 |
|
Andres Ornelas
|
26ed747588
|
test passing with repeater.count
|
2010-08-04 11:47:10 -07:00 |
|
Andres Ornelas
|
ec12285c9d
|
Merge branch 'master' of github.com:angular/angular.js into future
|
2010-08-04 11:45:42 -07:00 |
|
Misko Hevery
|
059703495d
|
rename textMarkup to markup
|
2010-07-30 15:19:43 -07:00 |
|
Misko Hevery
|
cdda664f89
|
fix up the $location encoding
|
2010-07-30 10:56:36 -07:00 |
|
Misko Hevery
|
1b768b8443
|
refactored $location service so that it correctly updates under all conditions
|
2010-07-29 12:54:13 -07:00 |
|
Andres Ornelas
|
ef88eb9a71
|
refactoring done but Expect not working
|
2010-07-27 17:04:37 -07:00 |
|
Andres Ornelas
|
e8b477f5b1
|
text context extracted
|
2010-07-27 16:02:51 -07:00 |
|
Misko Hevery
|
2a30a02f01
|
fix preventDefault for events
|
2010-07-27 15:54:50 -07:00 |
|
Andres Ornelas
|
32c4aee1cd
|
before pulling testcontext out
|
2010-07-27 15:53:55 -07:00 |
|
Andres Ornelas
|
da95010350
|
stable before refactoring
|
2010-07-27 15:43:14 -07:00 |
|
Andres Ornelas
|
b42072733c
|
Merge branch 'master' of github.com:angular/angular.js into future
|
2010-07-27 10:44:46 -07:00 |
|
Misko Hevery
|
8ddee9bb25
|
add $exceptionHandler service
|
2010-07-26 16:11:25 -07:00 |
|
Misko Hevery
|
94759f4c2c
|
remove old unneded files
|
2010-07-26 15:35:02 -07:00 |
|
Misko Hevery
|
b288cb08b4
|
minor performance improvements
|
2010-07-26 15:32:08 -07:00 |
|
Misko Hevery
|
b2b170099f
|
fix issues with ie 7
|
2010-07-23 13:54:12 -07:00 |
|
Misko Hevery
|
1a730a9996
|
fixed some of the IE bugs
|
2010-07-23 11:46:04 -07:00 |
|
Misko Hevery
|
748e91ba92
|
fixed some of the IE bugs
|
2010-07-23 11:38:52 -07:00 |
|
Misko Hevery
|
8015e09e38
|
added buzz demo, fix undefined() -> undefined
|
2010-07-23 10:48:18 -07:00 |
|
Misko Hevery
|
2987f7f705
|
fix howers which were accidently broken
|
2010-07-22 15:32:57 -07:00 |
|
Misko Hevery
|
849a05b5a5
|
added jsonp to resources
|
2010-07-22 11:18:32 -07:00 |
|
Misko Hevery
|
0f4b068bd6
|
fix test
|
2010-07-20 17:03:34 -07:00 |
|
Misko Hevery
|
bebfbeac0a
|
fixed xhtml compatibility, fix console in chrome
|
2010-07-20 16:55:32 -07:00 |
|
Misko Hevery
|
7e96af0fdd
|
added equals method to angular.equals and $equals
|
2010-07-19 12:29:24 -07:00 |
|
Misko Hevery
|
7cef4358ae
|
fixed build
|
2010-07-15 14:16:04 -07:00 |
|
Misko Hevery
|
1de82283db
|
proper handlig of $element in filters
|
2010-07-15 13:35:00 -07:00 |
|
Misko Hevery
|
9abd10e7b8
|
proper handlig of $element in filters
|
2010-07-15 13:13:21 -07:00 |
|