aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularSpec.js
AgeCommit message (Expand)Author
2011-09-16fix(specs): various fixes to get IE8+jquery unit tests greenIgor Minar
2011-08-30style(tests): correct indentationMisko Hevery
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-22feat(angular.version): add angular.versionDi Peng
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-23fix:scope - reintroduce support for eager servicesDi Peng
2011-06-23test:angular.service - add tests for $injectDi Peng
2011-06-08Added nextUid() function for unified way of generating IDs in angularMisko Hevery
2011-06-02Fix unit test in IE7Vojta Jina
2011-04-07use special nodeName_ impl only for IE<9Igor Minar
2011-03-31encode query params correctly but not too agressivelyIgor Minar
2011-03-30correct size() impl for object's w/ 'length' propIgor Minar
2011-03-30extend size() to take ownPropsOnly paramIgor Minar
2011-03-28Added missing semi-colonsVojta Jina
2011-03-11fix failing autobind test on IEIgor Minar
2011-03-11ng:autobind now optionally takes element idIgor Minar
2011-03-11angularJsConfig now allows ng:autobind and #autobind value to be passed inIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-17resources should not over-encode chars in url pathIgor Minar
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-13fix for angular.Object.equals to handle equals({},null)Igor Minar
2011-01-07Revert "Issue #51: Update extensionMap()"Igor Minar
2011-01-06removed dissabled tests which are now outdatedMisko Hevery
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-09added spec for auto bootstrap with #autobindIgor Minar
2010-11-08Add isDate method + fix old codeIgor 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-10-26Lots of bug fixes in the scenario runner and a bunch of new features.Elliott Sprehn
2010-10-26create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.Misko Hevery
2010-10-20Angular should look for angular-ie-compat file at the right locationIgor Minar
2010-10-20add missing spec for angularJsConfigIgor Minar
2010-10-20extract and test regexp that identifies angular script tagIgor Minar
2010-10-16improving angular.copy specIgor Minar
2010-10-16Add test for toKeyValue() - true values should be composed to flagVojta Jina
2010-10-16Add missing tests for toKeyValue() functionVojta Jina
2010-10-14New Angular Scenario runner and DSL system with redesigned HTML UI.Elliott Sprehn
2010-10-13fixed issue where date copy creates an object instead of dateMisko Hevery
2010-10-04fixed lint warningsIgor Minar
2010-09-29Differentiate between flags and empty keys in $location.hashSearchIgor Minar
2010-07-19added equals method to angular.equals and $equalsMisko Hevery
2010-07-15fixed buildMisko Hevery
2010-05-07xhr bulk fixesMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery