aboutsummaryrefslogtreecommitdiffstats
path: root/test/widgetsSpec.js
AgeCommit message (Expand)Author
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-06refactor(widgets): remove input[button, submit, reset, image] and button wind...Di Peng
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-26style(ng:options): fix style and some docsIgor Minar
2011-07-26fix(ng:options): add support for option groupsMisko Hevery
2011-07-26fix(directive): ng:options to support ng:changeMisko Hevery
2011-07-26fix(directive): ng:options to support iterating over objectsMisko Hevery
2011-07-26fix(directive): ng:options incorrectly re-grew options on datasource changeMisko Hevery
2011-07-26fix(directive): ng:options now support binding to expressionMisko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-12test(ng:repeat): add tests for $position for small arrays/objectsIgor Minar
2011-06-23fix:ng:repeater - fix $position when collection size changesMisko Hevery
2011-06-08remove ng:format=indexMisko Hevery
2011-06-08Added ng:options directiveMisko Hevery
2011-06-08Cleanup parser code to expose smaller APIMisko Hevery
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
2011-04-11add test for ng:view sync cache regressionIgor Minar
2011-04-09fix build for IE9Igor Minar
2011-03-30make xhr.cache optionally synchronousIgor Minar
2011-03-28fixing lint warningsIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-25Corrected an issue where properties inherited from __proto__ show up in ng:re...Misko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-02-15split up services into individual filesIgor Minar
2011-02-04ng:view should be nestable in ng:includeIgor Minar
2011-02-04smarter normalization of value on option, and htmlParser fixesMisko Hevery
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar
2011-01-25compile but don't bind option elements nested in a nameless selectIgor Minar
2011-01-24ng:view should propagate evals to the current child scopeIgor Minar
2011-01-24Revert "$route should create child scope via $new"Igor Minar
2011-01-24Revert "fix ng:include issue introduced by a5eb3ed1"Igor Minar
2011-01-19fix ng:include issue introduced by a5eb3ed1Igor Minar
2011-01-19add ng:view widgetIgor Minar
2011-01-19$route should create child scope via $newIgor Minar
2011-01-14support compilation in HTML widgetsMisko Hevery
2011-01-14fixed select with ng:formatMisko Hevery
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07use toMatch in widgetSpecIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-11Closes #153: input widgets without name are ignoredMisko Hevery
2010-12-11Fire $eval only if the value has actually changed on inputMisko Hevery
2010-12-10$defer service should always call $eval after callback finishedIgor Minar
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-18move attribute widgets to widgets.js fileIgor Minar
2010-11-16add onload attribute to ng:includeIgor Minar