aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularSpec.js
AgeCommit message (Expand)Author
2012-08-30test(bootstrap): test exception siling during bootstrapIgor Minar
2012-08-30test(ngApp): add missing test for [ng-app] bootstrapIgor Minar
2012-06-08fix(startingTag): make tag name always lowercaseIgor Minar
2012-04-09chore(tests): rename all directive names to the normalized formIgor Minar
2012-03-29refactor($compile): move methods of attr object into prototypeVojta Jina
2012-03-28refactor(fromJson/toJson): move the contents of these files into Angular.jsIgor Minar
2012-03-22fix(forEach): should ignore prototypically inherited propertiesIgor Minar
2012-03-09fix(startTag): fix tagname extractionIgor Minar
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-02-23bug(equals): incorect comparison of datesMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2012-01-06fix(angular.copy): throw Error if source and destination are identicalDhruv Manek
2011-11-30fix(copy,equals): prevent browser crashes with Scope or WindowIgor Minar
2011-11-21fix(scope): $watch (and angular.equals) should support NaN valuesCodier
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14del($eager): removed the support for $eager servicesMisko Hevery
2011-11-14feat(bootstrap): added angular.bootstrap methodMisko 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-11-08fix(directives): make directive names case-insensitiveIgor Minar
2011-10-26feat(bootstrap): drop angular.js file name restrictions for autobindIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11fix(filter): make json filter ignore private propertiesMisko Hevery
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