aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
2012-09-11docs($rootScope): fix iteration limit described by $watch, it's actually 10 a...Daniel Luz
2012-09-11docs($rootScope): fix typos and minor wording tweaks on $watchDaniel Luz
2012-09-11docs($rootScope): fix quoting on expressionDaniel Luz
2012-09-11docs($rootScope): standardize on present, third-person actions for descriptionsDaniel Luz
2012-09-11docs($rootScope): backquote attribute types too on $onDaniel Luz
2012-09-11docs($cacheFactory): fix backquotes on method descriptionsDaniel Luz
2012-09-11docs($rootScope): fix typos on $newDaniel Luz
2012-09-11docs($rootScope): fix typo on $evalDaniel Luz
2012-09-11docs($rootScope): fix typos on $watchDaniel Luz
2012-09-06fix(a): prevent Opera from incorrectly navigating on link clicksgtpep
2012-09-06fix(FormController): propagate dirty state to parent formsKai Groner
2012-09-06fix(ngSrc): don't set src if value is empty stringXiangru Chen
2012-09-06fix(dateFilter): make timezone optionalIwein Fuld
2012-09-06fix(ngClass): works with class interpolationMax Martinsson
2012-09-06fix($parser): string concatination with undefined modelpetrovalex
2012-09-06fix(dateFilter): support sub-second precision on dateFilterStein Jakob Nordbø
2012-09-06docs($route): rename leftover $afterRouteChange to $routeChangeSuccessIgor Minar
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar
2012-08-30fix(docs): indicate support for passing a string as the `controller` property...Brice Burgess
2012-08-30fix(ng-repeat) to work with primitive typesZhenbo Zhang
2012-08-30fix(jqLite): better support for xhtmlIgor Minar
2012-08-27doc($log): correct non-working exampleMisko Hevery
2012-08-27fix(ng-list): remove data bound flickerMisko Hevery
2012-08-24docs(a): expose hidden docsIgor Minar
2012-08-24docs(ngRoute): fix typojohnlindquist
2012-08-13fix($compile): denormalize directive templatesIgor Minar
2012-08-13refactor($compile): code cleanupIgor Minar
2012-08-13fix(ngPluralize): fixes ng-pluralize when using non-standard start/end symbolsBrian Ford
2012-08-13feat($interpolate): expose start/end symbols in run phaseIgor Minar
2012-08-13docs($interpolateProvider): fixing docsIgor Minar
2012-08-13fix($interpolate): $interpolateProvider.endSymbol() returns startSymbolIgor Minar
2012-08-13docs($interpolate): fix typo in descriptionIgor Minar
2012-08-12docs($compileProvider): remove duplicate of .directive()Vojta Jina
2012-08-12docs: fix broken links to $compileProvider.directive()Vojta Jina
2012-08-10fix(option): support option elements in datalistIgor Minar
2012-08-10docs($rootScope): fix $on listener signature docunirgy
2012-08-10fix(form): prevent page reload when form destroyedIgor Minar
2012-06-22fix(browser): prevent ie from getting into redirect loopMisko Hevery
2012-06-20fix($location): url rewriting if element was removedVojta Jina
2012-06-14fix($location): fix URL interception in hash-bang modeMisko Hevery
2012-06-13fix($location): correctly parse link urls in hashbang mode with prefixMisko Hevery
2012-06-12docs($browser): hide $browser docs - it's a private serviceIgor Minar
2012-06-12fix($defer): remove deprecated $defer serviceIgor Minar
2012-06-12fix($location): correctly parse link urls in hashbang modeMisko Hevery
2012-06-12fix($location): throw Errors not StringsIgor Minar
2012-06-12docs(*): simplify doc urlsIgor Minar
2012-06-08fix($compile): correctly merge class attr for replace directivesMax Martinsson
2012-06-08fix($http): add utf-8 to default Content-Type header (post/put)Vojta Jina
2012-06-08feat($compile): simplify isolate scope bindingsMisko Hevery
2012-06-08refactor($compile): always call attr.$observeMisko Hevery