aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
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
2010-11-03adding regular expressions support for binding() DSLIgor Minar
2010-11-02Provide better sandbox error messages, and disallow running from file:// URLsElliott Sprehn
2010-11-02Make future names consistent and handle falsy values in jQuery generated meth...Elliott Sprehn
2010-11-01Add browser().reload() to simulate a refresh from a userElliott Sprehn
2010-11-01Provide browser DSL with location() to expect the iframe URL parts. Also move...Elliott Sprehn
2010-10-31Fixing issue #98 (infinite loop when location hash set empty)Vojta Jina
2010-10-29Auto generate all the jQuery get/set methodsElliott Sprehn
2010-10-29Check if file exists (not a 404) and that document is accessible and not usin...Elliott Sprehn
2010-10-28add optional label to dsl with selectors to improve test and output readabilityAndres Ornelas
2010-10-27Correctly fail tests if no binding matches and add better test cases for fail...Elliott Sprehn
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...Misko Hevery
2010-10-26adding missing angular-mocksSpec.js fileIgor Minar
2010-10-26fixes IE related failures, and form submit event handling in ieMisko Hevery
2010-10-26Lots of bug fixes in the scenario runner and a bunch of new features.Elliott Sprehn
2010-10-26Reverted change 841013a4c4d25acf6fc9ff40e449c3d0a4b82ec3 which does not work ...Misko Hevery
2010-10-26Add TzDate to angular-mocks.jsIgor Minar
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-25Add millisecond support for date filterIgor Minar
2010-10-23Revert "added support for treating numbers as date in miliseconds"Igor Minar