Misko Hevery
8e880fcb77
style:ApiSpecs - clean up test names to match jasmine conventions
2011-06-23 08:12:01 -07:00
Misko Hevery
b74163dc1d
fix:$orderBy - return unsorted array if no predicate
...
Closes #399
2011-06-23 08:12:01 -07:00
Di Peng
bad62d87a1
fix:scope - reintroduce support for eager services
...
8cad231 broke $eager services
Problem is that the injector.eager function is not invoked when a new scope
is created. Added a test to make sure service is eagerly instantiated.
Closes #403
2011-06-23 08:06:24 -07:00
Di Peng
65b6e48742
test:angular.service - add tests for $inject
2011-06-23 07:56:58 -07:00
Vojta Jina
fee3717892
Update fixed docs content (guide)
...
Couple of typos fixed:
* indentation
* batchLogbatchLog -> batchLog
* start periodic checking
* missing brace
2011-06-21 16:23:48 +02:00
Vojta Jina
d0edc11704
Fix failing unit tests in IE7 (Binder, select widget)
...
The fix does not change any production code, we only need to ignore couple of attributes that IE7 should not display:
* value attribute for LI
* selected attribut for SELECT
Simplified condition in compiler test, this should have been part of f9f0905f4a
2011-06-17 22:48:22 +02:00
Vojta Jina
f9f0905f4a
Fix compiler test for IE9
...
Older IEs serialize html uppercased, but IE9 does not...
Would be better to expect case insensitive, unfortuntaly jasmine does not allow
to user regexps for throw expectations.
Closes #392
2011-06-17 19:48:49 +02:00
Vojta Jina
92ebf11b2a
Remove obsolete scenario folder
...
* moved scenario e2e tests in test/scenario/e2e folder
* remove $location test
2011-06-17 19:13:49 +02:00
Di Peng
e6ee994764
Added ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected to markup.js.
...
Also added coresponding descriptions live examples and tests for each directive to be displayed on the website.
Closes #351
2011-06-16 21:17:46 -07:00
Vojta Jina
c8ee00cb2b
Update docs from googledocs
...
* fixed typo in tutorial step-10
* revert cookbook/buzz example to use googlebuzz user
2011-06-16 16:27:46 +02:00
Vojta Jina
7460a7ef61
Fix test for scenario.Application - should remove old iframe
...
This behavior was changed by e83465c362
So this commit should have been part of e83465c362
Also removed hiding and navigating to about:blank as it makes no sense now...
2011-06-15 22:58:57 -07:00
Igor Minar
3c87611188
docs - various doc fixes
2011-06-15 22:32:24 -07:00
Igor Minar
b842642b57
docs - stripping extra new lines
2011-06-15 22:31:40 -07:00
Di Peng
d428c9910e
Replaced double line break with single when text is fetched from Google Docs
...
Closes #384
2011-06-15 09:20:22 -07:00
Di Peng
f8529672f6
Updated docs/cookbook/buzz from gdocs
...
With couple of fixes:
* indentation + code formatting
* use ng:href, ng:src
* change UserId to misko.hevery so it will work now
2011-06-15 01:33:56 +02:00
Misko Hevery
e83465c362
Fix scenario runner on IE7, IE8
...
* add ng:disabled, ng:checked, ng:multiple, ng:readonly, ng:selected
* fetch fixed cookbook/advancedform (use ng:disabled)
* fire keydown instead of change on input
* remove frame when test finishes
2011-06-15 01:14:22 +02:00
Vojta Jina
f370be85cb
Fix small typo in docs widget (tutorial instructions)
2011-06-10 18:30:55 +02:00
Vojta Jina
5dbf0cc8a2
Fix changelog url (angularjs.com -> angularjs.org)
2011-06-08 15:58:00 -07:00
Di Peng
e4a00626d8
Should have replaced all instances of element('input[name=something]').val() with input('name').val()
...
Closes #376
2011-06-08 15:54:57 -07:00
Misko Hevery
91a34a7027
remove ng:format=index
2011-06-08 15:21:33 -07:00
Misko Hevery
af285dd370
Added ng:options directive
...
Closes #301
2011-06-08 15:21:33 -07:00
Misko Hevery
89e001b18a
Added prepend() to jqLite
2011-06-08 15:21:33 -07:00
Misko Hevery
4f2f3c9cbf
Added support for deferring callbacks in time
2011-06-08 15:21:33 -07:00
Misko Hevery
c1abc03cf3
Fixed indentation error
2011-06-08 15:21:33 -07:00
Misko Hevery
04a62e83bc
Throw error when compiling multiple roots
...
Closes #338
2011-06-08 15:21:33 -07:00
Misko Hevery
f9f95879f0
Added support for properties in documentation
2011-06-08 15:21:33 -07:00
Misko Hevery
8cad231bd2
Refactor injector to have invoke method for speed reasons
2011-06-08 15:21:31 -07:00
Misko Hevery
0e17ade959
Cleanup parser code to expose smaller API
2011-06-08 15:01:32 -07:00
Misko Hevery
bb67ee8d28
Added HashMap
2011-06-08 15:01:32 -07:00
Misko Hevery
2a12f7dcaa
Added nextUid() function for unified way of generating IDs in angular
2011-06-08 15:01:32 -07:00
Misko Hevery
20ce797906
performance improvement of single statement in parser
2011-06-08 13:49:11 -07:00
Misko Hevery
cc9f1fdf38
Proper handling of special attributes in jqlite
2011-06-08 13:49:11 -07:00
Misko Hevery
f243c6aeda
removed jqLite warning
2011-06-08 13:49:11 -07:00
Misko Hevery
26e651996a
fix JSON to match native browser behavior
2011-06-08 13:49:11 -07:00
Misko Hevery
f57536ddb6
cleanup old closure directives
2011-06-08 13:49:11 -07:00
Misko Hevery
73e3f4c10c
better error reporting for exceptions
2011-06-08 13:49:11 -07:00
Misko Hevery
ec6d106d4a
code cleanup: missing ; and indentation
2011-06-08 13:49:11 -07:00
Misko Hevery
fab4ada3c8
Created a performance test harness and reporter
2011-06-08 13:49:10 -07:00
Misko Hevery
d6eba8f39f
Number filter would return incorrect value when fractional part had leading zeros.
2011-06-08 13:49:09 -07:00
Misko Hevery
4295b3dded
Allow disabling of shell scripts without changing eclipse configuration
2011-06-08 13:46:39 -07:00
Misko Hevery
a23d15ad3a
Remove stray console.log statemente
2011-06-08 11:52:12 -07:00
Misko Hevery
66f3317bef
preparing the 0.9.17 vegetable-reanimation iteration
2011-06-08 11:24:55 -07:00
Igor Minar
a4dd9ca769
fix comment stripping
2011-06-07 16:11:01 -07:00
Vojta Jina
d6e4636618
Couple of missing semi-colons
2011-06-07 16:11:01 -07:00
Vojta Jina
e0ee3a0726
Update latest docs content from gdocs
2011-06-07 16:11:00 -07:00
Vojta Jina
e670a812fa
Remove removing old comments from gdocs
...
There were two places where we were removing old comments from google docs:
* gdocs.js fetching script
* docs/src/reader.js
2011-06-07 14:56:56 -07:00
Vojta Jina
517ada2662
Fix couple of failing e2e tests
...
The reason was recent change in docs url
2011-06-07 14:56:56 -07:00
Igor Minar
88ae927857
release notes for angular 0.9.16 weather-control
2011-06-07 14:56:01 -07:00
Igor Minar
bb7228e2d9
fix ngdocSpec tests
2011-06-07 14:56:01 -07:00
Igor Minar
25b3438fd7
add appcache for docs site - caches only css/js/img resources
2011-06-07 14:56:01 -07:00