aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2011-01-04renaming service property $creation to $eagerIgor Minar
2011-01-04removing support for 'eager-published' servicesIgor Minar
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
2010-12-23fixing invalid json strings in ResourceSpecIgor Minar
2010-12-22fromJson delegation to native JSON parser if availableIgor Minar
2010-12-22Revert "Refactor lexer to use regular expressions"Igor Minar
2010-12-11Stricter JSON parsing, for securityMisko Hevery
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-08Refactor lexer to use regular expressionsMisko Hevery
2010-12-08Remove RegExp parserMisko Hevery
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
2010-12-06fixing lint warnings in older codeIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-12-03Fix sanitization issues as suggested by evnMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-29Fixed sanitizationMisko Hevery
2010-11-22Add angular.Array.limitTo and docs for angular.ArrayIgor Minar
2010-11-18move attribute widgets to widgets.js fileIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-11-16add onload attribute to ng:includeIgor Minar
2010-11-11$watch should optionally skip listener execIgor Minar
2010-11-10Make ng:repeat expose $position.Igor Minar
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ...Misko Hevery
2010-11-09added spec for auto bootstrap with #autobindIgor Minar
2010-11-09Support substring matching of bindings with repeater(). Closes #123Elliott Sprehn
2010-11-09Add key/value jQuery methods in a loop. Support 'css' method.Elliott Sprehn
2010-11-09Updated parser tests to use jasmine expectsVojta Jina
2010-11-09Updated filters tests to use jasmine expectsVojta Jina
2010-11-08make angular.String.toDate consider all time fractions as optionalIgor Minar
2010-11-08Support ISO 8601 extended datetime format troughout angular.Igor Minar
2010-11-08Add isDate method + fix old codeIgor Minar
2010-11-08fixing spec description for the date filterIgor Minar
2010-11-08date filter should accept ISO 8601 formatted string as inputIgor Minar
2010-11-08TzDate should support various UTC methodsIgor Minar
2010-11-07Update AngularSpec tests to use BDD style - jasmine expectVojta Jina
2010-11-07Added tests for angular.serviceVojta Jina
2010-11-07Issue #51: Update extensionMap()Vojta Jina
2010-11-07Added documentation for validators.Misko Hevery
2010-11-05Updated toJson() to not serialize window/document objects.Vojta Jina
2010-11-05Changed toJson() to not ignore $ propertiesVojta Jina
2010-11-05Json - corrected test descriptions and changed to BDD style expect()Vojta Jina
2010-11-05fix error in json parser which did not allow 1.2E10 as numberMisko Hevery
2010-11-03Serialize RegExp to string in JSON. Closes #119.Elliott Sprehn
2010-11-03fix dslSpec for IEIgor Minar
2010-11-03fix the linky filterMisko Hevery
2010-11-03binding() should return value for input/text area, innerHTML for the restIgor Minar
2010-11-03adding textarea() DSL for scenario runnerIgor Minar