aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2014-03-18fix(angular.bootstrap): only allow angular to load onceSiddique Hameed
2014-03-15fix($http): allow sending Blob data using $httpBruno Baia
2014-02-27docs(core): update fromJson return valueslinclark
2014-02-26docs(*): fix jsdoc type expressionsPeter Bacon Darwin
2014-02-21fix(isElement): reduce false-positives in isElement testsCaitlin Potter
2014-02-20docs(core): add note that isObject returns true for arrayscnlevy
2014-02-18style: remove ws and enfore no-trailing-ws jscs ruleIgor Minar
2014-02-16docs(bike-shed-migration): fix url-based links refs to AUTO modulePeter Bacon Darwin
2014-02-16docs(bike-shed-migration): convert <doc:...> examples to <example>...Peter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): move ng module doc into Angular.jsPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): Add missing module tagPeter Bacon Darwin
2014-02-11docs(core): add closing tag to ngApp directive exampleJesse Palmer
2014-02-11feat(filterFilter): support deeply nested predicate objectsCaitlin Potter
2014-02-05docs(angular.forEach): add missing space in testFranziskus Domig
2014-02-05docs(forEach): correct spelling errorHopiu
2014-02-04fix(ngResource): don't filter "$"-prefixed properties from ngResource request...Thomas Belin
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