aboutsummaryrefslogtreecommitdiffstats
path: root/test/widgetsSpec.js
AgeCommit message (Expand)Author
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14refactor($service): removed almost all references to scope.$serviceMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14new(injector): new injector v2.0Misko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-31style(widgets): fix typo in a spec commentIgor Minar
2011-10-26fix(ng:repeat) with array ignore properties not representing array elementsIgor Minar
2011-10-26fix(ng:view): ignore stale xhr callbacksIgor Minar
2011-10-26test(ng:view): spec cleanupIgor Minar
2011-10-18fix(ng:repeat): repeater should ignore $ and $$ propertiesIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-09-16fix(specs): jQuery now returns attr name instead of true/false for special attrsIgor Minar
2011-09-08fix($route): update $route to reflect $location changesVojta Jina
2011-09-08feat($browser): jQuery style url method, onUrlChange eventVojta Jina
2011-09-07fix(ng:options): ng:change should be called after the new val is setIgor Minar
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng
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