Igor Minar
0d1f8a0532
docs for angular.Array.count
2010-11-23 14:10:10 -08:00
Igor Minar
b94600d71e
adding docs for angular.Array.add
2010-11-23 11:05:28 -08:00
Igor Minar
3e5a4ef86c
placeholder docs for all angular.Array functions
2010-11-22 10:57:44 -08:00
Igor Minar
efec0c358d
Add angular.Array.limitTo and docs for angular.Array
2010-11-22 10:57:32 -08:00
Igor Minar
1f59de35c9
preparation for the 0.9.5 turkey-blast iteration
2010-11-18 23:42:57 -08:00
Igor Minar
9b53b25f15
cutting the 0.9.4 total-recall release
2010-11-18 22:40:01 -08:00
Igor Minar
3fbfa357ca
updated release notes for the 0.9.4 total-recall release
2010-11-18 22:40:00 -08:00
Igor Minar
50ef1f8e35
don't escape $ in hashpath either
2010-11-18 22:40:00 -08:00
Igor Minar
66c0bfaa8e
don't escape ! and : in hashPath
...
This is a temporary fix for Issue #158
2010-11-18 20:51:31 -08:00
Igor Minar
1719b0aca5
fix all closure compilation warnings due to invalid function types
2010-11-18 17:03:43 -08:00
Igor Minar
7ee102eecf
add a feedback link to the doc pages
2010-11-18 16:53:11 -08:00
Igor Minar
fc7f11d03b
add @workInProgress tag and mark all @ngdocs as work in progress
2010-11-18 16:28:42 -08:00
Igor Minar
3c7874b07b
don't encode page.name (hash) in docs.js
...
see discussion in https://github.com/angular/angular.js/pull/158 "
2010-11-18 11:56:10 -08:00
Igor Minar
7f339a1782
escape code in ng:bind-attr jsdoc
2010-11-18 11:33:09 -08:00
Igor Minar
72a5f007d8
most of the documentation for angular.scope and friends
2010-11-18 02:35:30 -08:00
Igor Minar
63380bbbda
title for index.html should not show raw binding while the app bootstraps
2010-11-18 02:35:30 -08:00
Igor Minar
c635b69f5c
fix docs and examples for ng:format, ng:required and ng:validate
2010-11-18 02:35:30 -08:00
Igor Minar
522ec1a9ec
move attribute widgets to widgets.js file
...
- move @ng:repeat to widgets.js and its specs to widgetsSpecs.js
- move @ng:non-bindable to widgets.js and its specs to widgetsSpecs.js
- make widget.template suitable for attribute widgets
- fix up the js docs for attribute widgets
2010-11-18 02:35:29 -08:00
Igor Minar
9cb57772a4
fix docs for angular.directive and ng:autobind
2010-11-18 02:35:29 -08:00
Igor Minar
d54f09ef29
add spec for incrementing headings
2010-11-18 02:35:29 -08:00
Igor Minar
65989c6f0d
add support for {@link} tags within @description and remove implicit linking
...
use as:
- foo {@link bar}
- foo {@link bar desc}
I'm removing implicit linking because it unintentionally links stuff and
generally interferes with other conversions. We have to link stuff explicitely
from now on.
2010-11-18 02:35:29 -08:00
Igor Minar
4491bbdede
docs linkifying regexp should not mess up links alreaded converete by markdown
2010-11-18 02:35:28 -08:00
Igor Minar
a6978b201b
make @param type and description non-optional
2010-11-18 02:35:28 -08:00
Igor Minar
28e72cbe6b
CSS, Parameters, Returns template changes
...
- make css section optional
- make returns section optional
- change format of the parameters section
- properly format the Returns section
2010-11-18 02:34:55 -08:00
Igor Minar
916dadd8ec
adjust spacing of headings in the main doc div
2010-11-18 02:34:54 -08:00
Igor Minar
e509ec37f5
fixing angular.lowercase and angular.upppercase jsdocs + api
2010-11-18 02:34:54 -08:00
Igor Minar
ee0e9a4452
adding support for @param.optional
2010-11-18 02:34:54 -08:00
Igor Minar
9d36368ff9
fixing angular.filter.number jsdocs
2010-11-18 02:34:54 -08:00
Igor Minar
d4bcee0799
toJson and fromJson jsdocs
2010-11-18 02:34:54 -08:00
Igor Minar
dd687e2bf5
@returns description should support markdown
2010-11-18 02:34:53 -08:00
Igor Minar
4c69d694d7
make @returns type non-optional
2010-11-18 02:34:53 -08:00
Igor Minar
ff7c738c21
fix ng docs for angular, angular.lowercase and uppercase
2010-11-18 02:34:53 -08:00
Igor Minar
51a22cf435
group utility methods/objects while sorting stuff for the side bar
2010-11-18 02:34:53 -08:00
Igor Minar
c2c60ab49a
remove extra returns tag
2010-11-18 02:34:53 -08:00
Igor Minar
71c2f24fc6
remove extra toolbar directive and support multiple pre's in describe
2010-11-18 02:34:52 -08:00
Igor Minar
fc78738cc6
scope docs + lowercase doc fix
2010-11-18 02:34:52 -08:00
Igor Minar
c7052f098d
add support for @deprecated ng:doc annotation + show warnings in templates
2010-11-18 02:34:31 -08:00
Igor Minar
7d6f5f986e
add function.template
2010-11-18 02:34:30 -08:00
Igor Minar
beeb5ff908
fix regexp for @param parsing in ng:docs
...
There is an extra + in the regexp which causes exponential increase in time
needed to parse a @param annotation when the length of default value increases
linearly.
2010-11-16 14:44:35 -08:00
Misko Hevery
b2d63ac48b
Changed error handling so that better stack traces are displayed in the ng-errors
2010-11-16 14:19:55 -08:00
Igor Minar
4af32de84a
docs should use ng:include onload
2010-11-16 13:45:45 -08:00
Igor Minar
a130bb899d
add onload attribute to ng:include
2010-11-16 11:35:43 -08:00
Vojta Jina
cc749760fd
Added basic Services, which support @memberOf and @methodOf
2010-11-15 21:55:37 -08:00
Misko Hevery
b467a50bc7
generate keyword for searches; improved layout of doc
2010-11-15 12:28:08 -08:00
Misko Hevery
a1652057a5
changed to ! notation for indexable apps
2010-11-15 10:04:17 -08:00
Misko Hevery
7e6f999221
added remaining directives and search box.
2010-11-15 10:04:17 -08:00
Igor Minar
625cc7609c
fix code name in the change log
2010-11-12 16:18:11 -08:00
Igor Minar
c51273b1fb
Add test coverage analysis.
...
- jstd upgrade to head from 2010-11-11
- coverage plugin from the same head as jstd
- test-coverage.sh and server-coverage.sh scripts
- jstd configuration
Generate html by installing lconv (brew or port) and run:
genhtml tmp/lcov/jsTestDriver.conf-coverage.dat
to generate html docs.
2010-11-12 16:13:53 -08:00
Igor Minar
0a8b3161b1
$watch should optionally skip listener exec
...
- if initRun param is set to false, listener doesn't execute
- the oldValue should equal newValue during the initial execution
- added docs
- added specs
2010-11-11 16:39:01 -08:00
Igor Minar
ba554eeb1b
preparations for 0.9.4 total-recall iteration
2010-11-11 16:38:23 -08:00