Elliott Sprehn
c57df3dc77
Make the docs look a little nicer
2010-11-10 11:01:30 -08:00
Igor Minar
6d53808475
improve jsdocs
...
- improve json filter example
- improve filter overview doc
- improving validator overview jsdocs
- simplify number filter examples and make them live + add specs
- various doc fixes
2010-11-09 22:33:27 -08:00
Misko Hevery
a7e8a503fd
proper trimming of leading whitespace; url restriction to angular.*
2010-11-09 22:27:37 -08:00
Igor Minar
324694a58b
Better example widget
...
- syntax highlighting
- tabless design
- rename widget to doc:example
- rename widget files (wiki_widget.* -> doc_widget.*)
- example section is now optional
2010-11-09 22:27:31 -08:00
Igor Minar
effcd340e9
updating watchr-docs.rb
2010-11-09 21:44:51 -08:00
Igor Minar
264f960800
added spec for auto bootstrap with #autobind
2010-11-09 19:58:42 -08:00
Elliott Sprehn
257e97a65f
Support substring matching of bindings with repeater(). Closes #123
2010-11-09 13:39:12 -08:00
Misko Hevery
c048f0d8e8
Added formatter documentation.
2010-11-09 09:15:29 -08:00
Elliott Sprehn
96e37a0866
Add key/value jQuery methods in a loop. Support 'css' method.
...
Closes #134
2010-11-09 08:02:49 -08:00
Vojta Jina
5062d32621
Updated parser tests to use jasmine expects
...
And some formatting as well and a bit of rafactor...
2010-11-09 07:38:03 -08:00
Vojta Jina
d458f31711
Updated filters tests to use jasmine expects
...
And some small formatting...
2010-11-09 07:38:03 -08:00
Igor Minar
fc9ce9ec07
make angular.String.toDate consider all time fractions as optional
2010-11-08 22:49:30 -08:00
Igor Minar
da17c61444
angular.Date.toString should use toISOString if available
2010-11-08 22:49:30 -08:00
Igor Minar
e5c135ac50
Support ISO 8601 extended datetime format troughout angular.
...
Support ISO 8601 extended format datetime strings (YYYY-MM-DDTHH:mm:ss.SSSZ) as defined
in EcmaScript 5 throughout angular. This means that the following apis switched from
YYYY-MM-DDTHH:mm:ssZ to YYYY-MM-DDTHH:mm:ss.SSSZ (note the added millis) when representing dates:
- angular.Date.toString
- angular.String.toDate
- JSON serialization and deserialization (used by json filter, $xhr and $resource)
2010-11-08 22:49:30 -08:00
Igor Minar
1a43f36e23
Add isDate method + fix old code
2010-11-08 22:49:29 -08:00
Igor Minar
1c305dc67a
fixing spec description for the date filter
2010-11-08 22:46:41 -08:00
Igor Minar
a397645537
date filter should accept ISO 8601 formatted string as input
...
Closes #125
2010-11-08 22:46:41 -08:00
Igor Minar
f077649f48
TzDate should support various UTC methods
2010-11-08 22:46:41 -08:00
Vojta Jina
f3ac2cd434
Update AngularSpec tests to use BDD style - jasmine expect
2010-11-07 14:42:04 -08:00
Vojta Jina
7779630989
Added tests for angular.service
...
- should allow to override a service
- should preserve angular properties on override
- should not preserve non-angular properties on override
2010-11-07 14:42:03 -08:00
Vojta Jina
00ca67e4be
Issue #51 : Update extensionMap()
...
If user override existing extension, angular properties ($) will be preserved.
This piece of logic could be refactored into separate method:
Something like we have extend(), addMissingProperties() - I can't find a name
for this method...
Closes #51
2010-11-07 14:42:03 -08:00
Misko Hevery
91b6c5f7ff
Added documentation for validators.
...
BACKWARD INCOMPATIBLE: removed ssn validators, since it is unlikely that most people will need it and if they do, they can added it thorough RegExp
2010-11-07 13:06:55 -08:00
Vojta Jina
5be325a0c1
Refactored toJsonArray(), added isBoolean() function
2010-11-05 21:39:00 -07:00
Vojta Jina
b7027b9d87
Updated toJson() to not serialize window/document objects.
...
The reason to void these to objects is that they cause all sorts
of problems like exceptions being thrown and infinite loops occuring
when we iterate over object properties.
2010-11-05 21:39:00 -07:00
Vojta Jina
fe8353bc5e
Changed toJson() to not ignore $ properties
2010-11-05 21:39:00 -07:00
Vojta Jina
c780030c6e
Json - corrected test descriptions and changed to BDD style expect()
2010-11-05 21:39:00 -07:00
Misko Hevery
d5e9f38f3d
fix error in json parser which did not allow 1.2E10 as number
2010-11-05 16:41:36 -07:00
Misko Hevery
dc66687149
added tests for documentation
2010-11-05 15:05:24 -07:00
Misko Hevery
3d6a099d6e
changed to showdown from markup. added validator overview
2010-11-05 13:32:37 -07:00
Misko Hevery
8767e766d1
eclipse settings for auto run of docs
2010-11-04 14:25:11 -07:00
Misko Hevery
47066e70e1
added documentation for ng:include and ng:widget and test for doc collector.
2010-11-04 14:24:31 -07:00
Misko Hevery
c0d30aedfc
added LICENSE to IDEA
2010-11-04 11:07:49 -07:00
Misko Hevery
b246d6e2ab
rename Index.js to index.js
2010-11-04 11:02:45 -07:00
Igor Minar
3b04b48b7c
preparations for the 0.9.3 cold-resistance iteration
2010-11-03 13:09:52 -07:00
Igor Minar
0462422089
cutting the 0.9.2 faunal-mimicry release
2010-11-03 13:06:45 -07:00
Igor Minar
bb460d6355
updating release notes
2010-11-03 13:05:12 -07:00
Igor Minar
bbb19a4d16
fixing docs scenario runner template
2010-11-03 12:55:17 -07:00
Elliott Sprehn
ee5e881b9e
Fix JSON serialization breakage in WebKit browsers
2010-11-03 11:47:06 -07:00
Elliott Sprehn
690dfe000b
Serialize RegExp to string in JSON. Closes #119 .
2010-11-03 11:10:51 -07:00
Igor Minar
91c835dc0e
fix dslSpec for IE
2010-11-03 10:41:37 -07:00
Igor Minar
dfa8baf59a
hide example for angular.filter
2010-11-03 10:02:20 -07:00
Igor Minar
a8efd43d25
doc parser should recognize the 'defaults' syntax for params
2010-11-03 09:47:23 -07:00
Igor Minar
96abeb1074
adding watchr-docs.rb
2010-11-03 09:47:22 -07:00
Misko Hevery
5159eb7635
fix the linky filter
2010-11-03 09:47:22 -07:00
Igor Minar
1ba8c2a33a
more documentation for filters
2010-11-03 09:47:22 -07:00
Misko Hevery
659af29adb
jsdoc parser + generator + viewer + scenario runner
...
- parse jsdocs from source code
- generate prerendered (markdown + mustache) partials
- generate json
- generate scenario runner for examples in docs
- basic angular doc viewer
2010-11-03 09:47:22 -07:00
Igor Minar
1fe7e3a130
add jsdocs for angular and filter namespaces + all filters
2010-11-03 09:47:21 -07:00
Igor Minar
aec3c8478c
binding() should return value for input/text area, innerHTML for the rest
2010-11-03 09:47:21 -07:00
Igor Minar
5c887ddb66
adding textarea() DSL for scenario runner
2010-11-03 09:47:21 -07:00
Igor Minar
0bd4a473a7
adding regular expressions support for binding() DSL
2010-11-03 09:44:54 -07:00