index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
apis.js
Age
Commit message (
Expand
)
Author
2011-02-16
reformated multiline trinary expressions to have a leading ?/:.
Misko Hevery
2011-02-01
changed the documentation @example to use <doc:example>
Misko Hevery
2011-01-18
fixes, examples and tests for angular.Object.* docs
Igor Minar
2011-01-18
various doc fixes for angular.Array.* apis + example and spec limitTo
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2010-12-06
fixing closure compiler warnings
Igor Minar
2010-12-06
fix the angular.Array.orderBy example + add docs
Igor Minar
2010-12-06
fixing lint warnings in older code
Igor Minar
2010-11-24
docs for angular.Object and angular.Object.equals
Igor Minar
2010-11-24
adding Note section to angular.Array.* where it was missing
Igor Minar
2010-11-24
docs for angular.Array.sum
Igor Minar
2010-11-23
docs for angular.Array.filter
Igor Minar
2010-11-23
docs for angular.Array.remove
Igor Minar
2010-11-23
docs for angular.Array.remove
Igor Minar
2010-11-23
docs for angular.Array.orderBy
Igor Minar
2010-11-23
docs for angular.Array.count
Igor Minar
2010-11-23
adding docs for angular.Array.add
Igor Minar
2010-11-22
placeholder docs for all angular.Array functions
Igor Minar
2010-11-22
Add angular.Array.limitTo and docs for angular.Array
Igor Minar
2010-11-08
make angular.String.toDate consider all time fractions as optional
Igor Minar
2010-11-08
angular.Date.toString should use toISOString if available
Igor Minar
2010-11-08
Support ISO 8601 extended datetime format troughout angular.
Igor Minar
2010-11-08
Add isDate method + fix old code
Igor Minar
2010-10-26
Reverted change 841013a4c4d25acf6fc9ff40e449c3d0a4b82ec3 which does not work ...
Misko Hevery
2010-10-26
Simplify implementation of angular.String.toDate()
Igor Minar
2010-09-26
Added support for functions to $orderBy method
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-08-11
removed undocumented/unneeded methods from Array API
Misko Hevery
2010-07-20
fixed xhtml compatibility, fix console in chrome
Misko Hevery
2010-07-19
added equals method to angular.equals and $equals
Misko Hevery
2010-05-30
imrove $orderBy performance
Misko Hevery
2010-05-30
use expressionCompile function directly
Misko Hevery
2010-05-30
compiler exposos both self and this function calling convention
Misko Hevery
2010-05-30
improve error handling with elements
Misko Hevery
2010-05-30
remove the uneeded call to createScope when evaluating expressions
Misko Hevery
2010-04-09
various bug fixes
Misko Hevery
2010-03-29
dissabled a lot of tests, and made the core test set pass.
Misko Hevery
2010-03-26
moved all uneeded files out, widgets.html works, tests horribly broken
Misko Hevery