aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2014-01-13docs(forEach): remove obsolte noteIgor Minar
2014-01-13docs(angular.forEach): specifies that .forEach filters using .hasOwnPropertyMehul Patel
2014-01-02fix(ngShow/ngHide, ngIf): functions with zero args should be truthyBrian Ford
2013-12-18fix(forEach): allow looping over result of querySelectorAll in IE8Tobias Bosch
2013-12-17perf: use faster check for $$ prefixKarl Seamon
2013-12-13perf(jqLite): implement and use the `empty` method in place of `html(‘’)`Michał Gołębiowski
2013-12-13perf: use call and === instead of apply and == in type check functionsKarl Seamon
2013-12-06revert: chore(Angular.js): Use call and === instead of apply and == in type c...Matias Niemelä
2013-12-05fix($compile): update cloned elements if the template arrives after the cloningTobias Bosch
2013-12-05fix(isElement): return boolean value rather than `truthy` value.Caitlin Potter
2013-12-05chore(Angular.js): Use call and === instead of apply and == in type check fun...Karl Seamon
2013-12-03style(Angular.js): fix typo in commentIgor Minar
2013-11-26refactor(angular.js): improve trim performancesunnylost
2013-11-21fix($compile): ensure CSS classes are added and removed only when necessaryMatias Niemelä
2013-11-20fix(ngClass): ensure that ngClass only adds/removes the changed classesMatias Niemelä
2013-11-18docs(ngApp): improve description and examplePete Bacon Darwin
2013-11-08fix($animate): don't force animations to be enabledIgor Minar
2013-11-07feat(jqLite): expose isolateScope() getter similar to scope()Igor Minar
2013-11-07docs(guide/filter): Refactor filter guide docsTobias Bosch
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