Igor Minar
e7a0fb250f
fromJson delegation to native JSON parser if available
...
- native parser delegation
- $xhr change to use native parser
2010-12-22 14:16:36 -08:00
Igor Minar
e3ddc2bcc4
simple perf testing harness with JSON parsing tests
...
- all tests should be under perf/
- all payloads should be under perf/data
- run tests with ./server.sh + ./test-perf.sh
We still lack a way to compare results against a baseline, but
this is better than nothing.
2010-12-22 14:16:36 -08:00
Igor Minar
d11088eb43
Revert "Refactor lexer to use regular expressions"
...
We came across a major performance regression due to this change.
I'm reverting it until we find a better solution.
This reverts commit 23fc73081f .
2010-12-22 14:16:36 -08:00
Misko Hevery
a5df1fc41f
Stricter JSON parsing, for security
2010-12-11 10:07:10 -08:00
Misko Hevery
ec4d446f89
Closes #153 : input widgets without name are ignored
2010-12-11 08:28:11 -08:00
Misko Hevery
b225083a21
Fire $eval only if the value has actually changed on input
2010-12-11 08:27:52 -08:00
Igor Minar
e84d3334b0
preparing the 0.9.8 astral-projection iteration
2010-12-10 22:16:10 -08:00
Igor Minar
7989c7d24a
cutting the 0.9.7 sonic-scream release
2010-12-10 17:08:52 -08:00
Igor Minar
5c36f466e1
fixing release notes
2010-12-10 17:08:10 -08:00
Igor Minar
f8151afd90
improve doc app scrollbars
2010-12-10 17:04:56 -08:00
Igor Minar
74120eaa0f
updating release notes
2010-12-10 13:49:03 -08:00
Igor Minar
b370fac4fc
$defer service should always call $eval after callback finished
...
Closes #189
2010-12-10 13:22:44 -08:00
Misko Hevery
23fc73081f
Refactor lexer to use regular expressions
2010-12-08 14:39:22 -08:00
Misko Hevery
e5e69d9b90
Remove RegExp parser
...
- RegExp parser is rearly used, feature, and one should not have RegExps
in views anyways, so we are removing it
BACKWARD INCOMPATIBLE CHANGE!!!
2010-12-08 14:36:51 -08:00
Misko Hevery
fa722447f8
Fixed failed assignments of form abj[0].name=value
...
Closes #169
2010-12-08 14:20:26 -08:00
Igor Minar
81d10e819e
make the docs angular 'logo' link filename agnostic
2010-12-07 20:43:10 -08:00
Igor Minar
809ca94e1c
@returns tag should allow the content to be split into multiple lines
2010-12-07 16:07:14 -08:00
Igor Minar
824eab9029
improving $resource docs
2010-12-07 16:06:31 -08:00
Igor Minar
d503dfe99b
preparations for the 0.9.7 sonic-scream iteration
2010-12-06 21:24:49 -08:00
Igor Minar
e4d33917e3
cutting the 0.9.6 night-vision release
2010-12-06 21:11:10 -08:00
Igor Minar
6326e2028b
fixing release notes
2010-12-06 21:10:38 -08:00
Igor Minar
8aed2047f0
fixing closure compiler warnings
2010-12-06 20:48:47 -08:00
Igor Minar
f60b6b0938
fix the angular.Array.orderBy example + add docs
2010-12-06 20:32:37 -08:00
Igor Minar
eea7113abe
updating release notes for the 0.9.6 release
2010-12-06 20:23:06 -08:00
Igor Minar
c8f34e7f6b
fixing lint warnings in older code
2010-12-06 16:45:59 -08:00
Igor Minar
011fa39c2a
add $browser.defer and $defer service and fix async xhr cache issue
...
- Closes #152 ($resource().query() sometimes calls callback before
returning, and it shouldn't)
- add $browser.defer method
- add $defer service
- integrate $browser.defer with outstandingRequests counter in $browser
- fix all old tests that relied on buggy behavior
2010-12-06 16:45:59 -08:00
Misko Hevery
58d0e8945d
allow documentation to be in external file
...
* Load templates once instead of per request
* show timing information
* load files ending in .ngdoc and process them
2010-12-06 15:48:40 -08:00
Misko Hevery
2bbced212e
Fix sanitization issues as suggested by evn
2010-12-03 15:42:42 -08:00
Misko Hevery
5a8ad8fe32
Closes #170 . Corrected the behavior of select when options are ng:repeated
...
- Delete $postEval method, as it was a hack
2010-12-02 22:45:57 -08:00
Misko Hevery
41d5938883
Fixed sanitization
...
* explicitly require full URLs (ftp|https?://...)
* list the URI attributes
* remove a lot of unneeded attributes
2010-11-29 21:55:32 -08:00
Igor Minar
5480d2a80b
fix typo in searchbox placeholder
2010-11-29 16:47:21 -08:00
Igor Minar
95adf3a4d8
searchbar in docs should not scroll away
2010-11-29 16:47:20 -08:00
Igor Minar
cc315ef4cc
renaming #section to #main in docs html/css
2010-11-29 16:47:20 -08:00
Igor Minar
41c233ada1
getting rid of #page div in docs index.html
2010-11-29 16:47:19 -08:00
Igor Minar
46091f811b
dual scrolling for docs with custom scrollbars
2010-11-29 16:47:13 -08:00
Igor Minar
fde2ccb3f5
docs html/css cleanup
2010-11-29 11:25:38 -08:00
Igor Minar
1cc2ad2443
adding bash header to server.sh
2010-11-29 08:59:35 -08:00
Igor Minar
1aa46fac62
preparing the 0.9.6 night-vision iteration
2010-11-29 08:58:20 -08:00
Igor Minar
5bde02a8ca
cutting the 0.9.5 turkey-blast release
2010-11-25 10:11:26 -08:00
Igor Minar
d07e9f77f1
updating the release notes for 0.9.5
2010-11-25 10:10:54 -08:00
Igor Minar
aa21c521eb
more docs for angular.service.
2010-11-25 09:50:07 -08:00
Vojta Jina
bd14a90610
Doc specs: added test for markdown
...
It should replace markdown between two <pre></pre>***<pre></pre>
2010-11-25 08:51:32 -08:00
Vojta Jina
9f1b9849d8
Small refactor in doc parser
2010-11-25 08:51:32 -08:00
Vojta Jina
47f159cdf3
Doc service: added example into service overview
2010-11-25 08:51:26 -08:00
Igor Minar
99eb123d79
docs for all angular.* type checking functions
2010-11-25 08:19:14 -08:00
Igor Minar
6515adc118
docs for angular.injector
2010-11-24 22:50:34 -08:00
Igor Minar
b7aff92354
docs for angular.bind
2010-11-24 22:33:40 -08:00
Igor Minar
6b3b00e095
docs for angular.foreach
2010-11-24 21:13:58 -08:00
Igor Minar
921f7ce49e
docs for angular.extend
2010-11-24 21:03:56 -08:00
Igor Minar
17eee57c52
fixing docs for angular.scope
2010-11-24 19:29:45 -08:00