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
Igor Minar
f21b9214e6
remove $script loader because incompatibilities with e2e runner
2011-06-07 10:39:57 -07:00
Igor Minar
80ea329d5f
fix css for api reference
2011-06-07 07:44:59 -07:00
Igor Minar
6e0ff5fa96
fixing the dev guide ordering
2011-06-07 07:44:49 -07:00
Vojta Jina
4cdce2d30b
Docs: Error 404 page with simple suggestion for new links
2011-06-06 23:10:30 -07:00
Igor Minar
48e69ed4d1
moving the angular.mock docs down in the api list
2011-06-06 23:10:30 -07:00
Igor Minar
c35b0a7907
yet another docs batch
2011-06-06 23:10:30 -07:00
Igor Minar
805bb5bb6e
fixing broken docs links
2011-06-06 23:10:30 -07:00
Kenneth R. Culp
4224e8e371
images for guide
2011-06-06 23:10:29 -07:00
Kenneth R. Culp
6319ba2ed0
remove test img file
2011-06-06 23:10:29 -07:00