Igor Minar
aa21c521eb
more docs for angular.service.
2010-11-25 09:50:07 -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
Igor Minar
4fc3ee8040
docs for angular.compile
2010-11-24 19:14:34 -08:00
Igor Minar
39d3ae80d9
docs for angular.element
2010-11-24 19:03:06 -08:00
Igor Minar
480f2f33c1
docs for angular.noop and angular.identity
2010-11-24 18:23:21 -08:00
Igor Minar
9c9a89f7ff
docs for angular.scope. and angular.scope.
2010-11-24 18:07:11 -08:00
Igor Minar
73194009a9
docs for angular.Object.copy
2010-11-24 17:32:04 -08:00
Igor Minar
162f41a1ab
docs for angular.Object.size
2010-11-24 17:21:37 -08:00
Igor Minar
7c82c4f837
docs for angular.Object and angular.Object.equals
2010-11-24 16:55:44 -08:00
Igor Minar
97b1371199
adding Note section to angular.Array.* where it was missing
2010-11-24 16:32:03 -08:00
Igor Minar
95d1768c77
docs for angular.Array.sum
2010-11-24 16:28:17 -08:00
Igor Minar
c3d99d68da
docs for angular.Array.filter
2010-11-23 17:14:04 -08:00
Igor Minar
303a683081
docs for angular.Array.remove
2010-11-23 16:28:24 -08:00
Igor Minar
a0e8c45880
docs for angular.Array.remove
2010-11-23 16:10:14 -08:00
Igor Minar
870547d185
docs for angular.Array.orderBy
2010-11-23 15:44:14 -08:00
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
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
fc7f11d03b
add @workInProgress tag and mark all @ngdocs as work in progress
2010-11-18 16:28:42 -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
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
a6978b201b
make @param type and description non-optional
2010-11-18 02:35:28 -08:00
Igor Minar
e509ec37f5
fixing angular.lowercase and angular.upppercase jsdocs + api
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
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
fc78738cc6
scope docs + lowercase doc fix
2010-11-18 02:34:52 -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
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
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
ae5f6f48b4
scenario repeater should match only visible stuff
2010-11-10 21:04:44 -08:00
Igor Minar
c5b2bf083c
Make ng:repeat expose $position.
...
- $position is a textual representation of the position of
repeated item ('first', 'middle', 'last')
- added specs for $index
2010-11-10 21:04:44 -08:00