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
/
test
/
testabilityPatch.js
Age
Commit message (
Collapse
)
Author
2010-09-21
HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are ↵
Misko Hevery
data bound (ie OPTION has repeater or OPTION.value is bound), then SELECT does not update to match the correct OPTION after the change in model (ie after the OPTION repeater unrolls or OPTION.value is changed.)
2010-08-18
added better handling of ng:format=number
Misko Hevery
2010-08-12
Fix toEqual matcher to use angular.equals instead of simple == comparison, ↵
Shyam Seshadri
which breaks down for arrays and objects
2010-07-23
fix issues with ie 7
Misko Hevery
2010-07-02
changed the eval for ie to be able to return a function
Misko Hevery
2010-07-02
change all attributes from ng- to ng: prefix
Misko Hevery
2010-05-10
improved handling of text fields when formater fails to prevent clobering of ↵
Misko Hevery
field
2010-05-07
xhr bulk fixes
Misko Hevery
2010-04-27
resources now use browser mock
Misko Hevery
2010-04-22
clean up failing test with jquery
Misko Hevery
2010-04-22
fix CI Build
Misko Hevery
2010-04-22
tests work under jquery and without
Misko Hevery
2010-04-22
working on jQuery passing tests
Misko Hevery
2010-04-21
more if tests pass
Misko Hevery
2010-04-19
last failing ie test remaining
Misko Hevery
2010-04-19
lint
Misko Hevery
2010-04-19
ie fixes
Misko Hevery
2010-04-15
added $route service
Misko Hevery
2010-04-12
tests pass on chrome
Misko Hevery
2010-04-12
removed Meta and allowed binding of HTML
Misko Hevery
2010-04-08
tests failing jstd to show cory
Misko Hevery
2010-04-06
few fixes to make tests pass with jquery
Misko Hevery
2010-04-05
added ng:include
Misko Hevery
2010-04-05
added ng:switch widget
Misko Hevery
2010-04-03
injection is now working
Misko Hevery
2010-03-31
all tests green, some dissabled
Misko Hevery
2010-03-30
more tests fixed
Misko Hevery
2010-03-29
dissabled a lot of tests, and made the core test set pass.
Misko Hevery
2010-03-15
added resources; removed compiled code
Misko Hevery
2010-02-04
updateView is now called on binder instead of scope
Misko Hevery
2010-02-04
consider widget errors only when widgets are visible
Misko Hevery
2010-02-04
list formater always should return arry
Misko Hevery
2010-01-25
fixes to make it pass on IE
Misko Hevery
2010-01-23
lots of cleanup to get it ready for OS
Misko Hevery
2010-01-18
checkpoint for integration with angular
Misko Hevery
2010-01-09
removed nglr namespace
Misko Hevery
2010-01-08
created a way to init the code without autobootstrap
Misko Hevery
2010-01-05
angular.js
Adam Abrons