aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2013-10-30chore: move getBlockElements to Angular.jsBrian Ford
2013-10-26docs(Angular.js): angular.equals calls itself recursively on objectsthorn0
2013-10-22style: make jshint happyVojta Jina
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-08docs(angular.equals): fix simple typoMarc Tamlyn
2013-10-07fix(*): protect calls to hasOwnProperty in public APIPeter Bacon Darwin
2013-10-03docs(angular.bind): clarify that bind is partial applicationJoe Hanink
2013-10-02fix(isArrayLike): correctly handle string primitivesDaniel Luz
2013-09-30docs(angular.copy): add an example with the two possible argumentsUri Goldshtein
2013-09-23refactor(angular.toJson): use charAt instead of regexpBoris Serdyuk
2013-09-19doc(ngApp): fix grammarDave Peticolas
2013-09-10docs(angular.copy): clarify corner casesjakub-bochenski
2013-09-05docs(angular.bootstrap): clarify modules parameterPete Bacon Darwin
2013-08-29fix(core): parse IE11 UA string correctlyChirayu Krishnappa
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-31fix(isArrayLike) Correctly detect arrayLike itemsDaniel Herman
2013-07-27docs(*): fixed typos and ngdoc parameter namesCarl Danley
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
2013-07-24fix(equals): {} and [] should not be considered equivalentBrenton
2013-07-23docs(bootstrap): Note that ngScenario requires ngAppBraden Shepherdson
2013-07-13fix(angular.equals): add support for regular expressionsBen Ripkens
2013-07-12feat(Angular.js): skip JSON.stringify for undefinedGreg Thornton
2013-07-11refactor(Angular.js): remove code duplicationEric Subach
2013-07-09docs(angular.identity): fix missing 'angular' in identity functionMarco Vito Moscaritolo
2013-07-08fix(angular.equals): do not match keys defined in the prototype chainDaniel Luz
2013-07-03refactor(core): use native String.prototype.trim if availableSebastian Müller
2013-07-01fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValuejoshkurz
2013-07-01docs(Angular.js): explain that toJson strips $... propertiesSpencer Applegate
2013-06-24fix($parse): move global getter out of parse.jsChirayu Krishnappa
2013-06-20refactor(angular.bootstrap): rename internal functionPete Bacon Darwin
2013-06-20fix(Angular.js): don't crash on invalid query parametersPete Bacon Darwin
2013-06-19feat(jqLite): switch bind/unbind to more recent jQuery on/offMichał Gołębiowski
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-06-06chore(AngularPublic): remove angular.noConflict featureMatias Niemelä
2013-06-04docs(Angular.js): clarify ngApp usageRobbie Ferrero
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-23fix(jqLite): correctly monkey-patch core jQuery methodsMichał Gołębiowski
2013-05-21docs(Angular.js): add missing @returns to extend()Joakim Blomskøld
2013-05-09docs(Angular.js) move forEach docs to correct placeAlex Pods
2013-05-08fix(angular): do not copy $$hashKey in copy/extend functions.R. Merkert
2013-04-22fix($animator): remove dependency on window.setTimeout.Misko Hevery
2013-04-15docs(Angular.js): fix typoLaurent
2013-04-11docs: fix typosMatt Haggard
2013-04-11docs(ngApp): fixed typoBrent Morrow
2013-04-02feat(ngAnimate): add support for animationMisko Hevery
2013-03-29docs(*): fixed typosPascal Borreli
2013-03-19chore(Angular): remove superfluous fromCharCode functionJavier Mendiara Cañardo
2013-03-06feat(angular.bootstrap): support deferred bootstrapJulie
2013-02-26fix($http): don't encode URL query substring "null" to "+"Andrew McLeod