index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
AngularSpec.js
Age
Commit message (
Expand
)
Author
2014-02-27
chore(AngularSpec): fix typo
Lajos Veres
2014-02-21
fix(isElement): reduce false-positives in isElement tests
Caitlin Potter
2014-02-04
fix(ngResource): don't filter "$"-prefixed properties from ngResource request...
Thomas Belin
2013-12-18
fix(forEach): allow looping over result of querySelectorAll in IE8
Tobias Bosch
2013-12-05
fix(isElement): return boolean value rather than `truthy` value.
Caitlin Potter
2013-10-18
fix(csp): fix csp auto-detection and stylesheet injection
Igor Minar
2013-10-07
fix(*): protect calls to hasOwnProperty in public API
Peter Bacon Darwin
2013-10-07
style(angularSpec): add missing semicolon
Peter Bacon Darwin
2013-10-02
fix(isArrayLike): correctly handle string primitives
Daniel Luz
2013-08-29
fix(core): parse IE11 UA string correctly
Chirayu Krishnappa
2013-08-23
test: rename / remove duplicate unit tests
Vojta Jina
2013-08-15
feat(minerr): log minerr doc url in development
Ken Sheedlo
2013-08-09
fix(re-bootstrap): Throw an error when bootstrapping a bootstrapped element.
Jeff Cross
2013-08-08
fix(angular.copy): change angular.copy to correcly clone RegExp
Andy Hitchman
2013-07-24
fix(equals): {} and [] should not be considered equivalent
Brenton
2013-07-16
test(utils): Adds a missing test for snake_case
James deBoer
2013-07-13
fix(angular.equals): add support for regular expressions
Ben Ripkens
2013-07-12
feat(Angular.js): skip JSON.stringify for undefined
Greg Thornton
2013-07-08
fix(angular.equals): do not match keys defined in the prototype chain
Daniel Luz
2013-07-02
fix($injector): refactor module loading code and use minErr
Igor Minar
2013-07-01
fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValue
joshkurz
2013-06-20
fix(Angular.js): don't crash on invalid query parameters
Pete Bacon Darwin
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-06-06
chore(AngularPublic): remove angular.noConflict feature
Matias Niemelä
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-05-08
fix(angular): do not copy $$hashKey in copy/extend functions.
R. Merkert
2013-03-06
feat(angular.bootstrap): support deferred bootstrap
Julie
2013-02-26
fix($http): don't encode URL query substring "null" to "+"
Andrew McLeod
2013-02-14
feat(noConflict): restore previous angular namespace reference
James Morrin
2013-02-14
fix(compiler): Allow startingTag method to handle text / comment nodes
Shyam Seshadri
2013-02-11
test(angular.copy): add tests for scenarios when target is missing
Igor Minar
2013-02-11
fix(angular.forEach): correctly iterate over objects with length prop
Igor Minar
2013-01-22
fix(angular.equals): relax the comparison for undefined properties
Igor Minar
2013-01-17
fix(angular.equals): consistently compare undefined object props
Igor Minar
2012-08-30
test(bootstrap): test exception siling during bootstrap
Igor Minar
2012-08-30
test(ngApp): add missing test for [ng-app] bootstrap
Igor Minar
2012-06-08
fix(startingTag): make tag name always lowercase
Igor Minar
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-03-29
refactor($compile): move methods of attr object into prototype
Vojta Jina
2012-03-28
refactor(fromJson/toJson): move the contents of these files into Angular.js
Igor Minar
2012-03-22
fix(forEach): should ignore prototypically inherited properties
Igor Minar
2012-03-09
fix(startTag): fix tagname extraction
Igor Minar
2012-03-09
chore(*): refactor all ng: to ng-
Igor Minar
2012-02-23
bug(equals): incorect comparison of dates
Misko Hevery
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2012-01-25
add($compile): add compiler v2.0 - not connected
Misko Hevery
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-10
feat(module): new module loader
Misko Hevery
2012-01-06
fix(angular.copy): throw Error if source and destination are identical
Dhruv Manek
2011-11-30
fix(copy,equals): prevent browser crashes with Scope or Window
Igor Minar
[next]