aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularSpec.js
AgeCommit message (Expand)Author
2014-02-27chore(AngularSpec): fix typoLajos Veres
2014-02-21fix(isElement): reduce false-positives in isElement testsCaitlin Potter
2014-02-04fix(ngResource): don't filter "$"-prefixed properties from ngResource request...Thomas Belin
2013-12-18fix(forEach): allow looping over result of querySelectorAll in IE8Tobias Bosch
2013-12-05fix(isElement): return boolean value rather than `truthy` value.Caitlin Potter
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-07style(angularSpec): add missing semicolonPeter Bacon Darwin
2013-10-02fix(isArrayLike): correctly handle string primitivesDaniel Luz
2013-08-29fix(core): parse IE11 UA string correctlyChirayu Krishnappa
2013-08-23test: rename / remove duplicate unit testsVojta Jina
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
2013-08-09fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element.Jeff Cross
2013-08-08fix(angular.copy): change angular.copy to correcly clone RegExpAndy Hitchman
2013-07-24fix(equals): {} and [] should not be considered equivalentBrenton
2013-07-16test(utils): Adds a missing test for snake_caseJames deBoer
2013-07-13fix(angular.equals): add support for regular expressionsBen Ripkens
2013-07-12feat(Angular.js): skip JSON.stringify for undefinedGreg Thornton
2013-07-08fix(angular.equals): do not match keys defined in the prototype chainDaniel Luz
2013-07-02fix($injector): refactor module loading code and use minErrIgor Minar
2013-07-01fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValuejoshkurz
2013-06-20fix(Angular.js): don't crash on invalid query parametersPete Bacon Darwin
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-06-06chore(AngularPublic): remove angular.noConflict featureMatias Niemelä
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-08fix(angular): do not copy $$hashKey in copy/extend functions.R. Merkert
2013-03-06feat(angular.bootstrap): support deferred bootstrapJulie
2013-02-26fix($http): don't encode URL query substring "null" to "+"Andrew McLeod
2013-02-14feat(noConflict): restore previous angular namespace referenceJames Morrin
2013-02-14fix(compiler): Allow startingTag method to handle text / comment nodesShyam Seshadri
2013-02-11test(angular.copy): add tests for scenarios when target is missingIgor Minar
2013-02-11fix(angular.forEach): correctly iterate over objects with length propIgor Minar
2013-01-22fix(angular.equals): relax the comparison for undefined propertiesIgor Minar
2013-01-17fix(angular.equals): consistently compare undefined object propsIgor Minar
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