aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2012-04-11fix($location): don't rewrite links to different base pathsThibault Leruitte
2012-04-11fix(input.radio): support 2-way binding in a repeaterVojta Jina
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-10docs(angular.bootstrap): fix typos and errorsIgor Minar
2012-04-09chore($browser): remove the addJs methodIgor Minar
2012-04-09chore($browser): remove the addCss methodIgor Minar
2012-04-09fix(ngBindHtml): clear contents when model is falsyIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-04-05fix(docs): move $cookies and $cookieStore docs to moduleIgor Minar
2012-04-05fix(Rakefile): move 'use strict'; flag into the angular closureIgor Minar
2012-04-04feat($http): add withCredentials config optionVojta Jina
2012-04-04feat($route): allow chaining of whens and otherwiseIgor Minar
2012-04-04fix(docs): remove ngModelInstant from all examplesIgor Minar
2012-04-04chore(directive): correct file names for booleanAttrsVojta Jina
2012-04-04fix(booleanAttrs): convert to booleanVojta Jina
2012-04-03fix(form): preperly clean up when invalid widget is removedMisko Hevery
2012-04-03fix(ng-href): copy even if no bindingMisko Hevery
2012-04-03fix($compile): relax the restriction that directives can not add siblingsMisko Hevery
2012-04-03refactor(ngView): remove extra $watch, refactor one ugly testVojta Jina
2012-04-03feat(ngInclude): allow ngInclude on css classVojta Jina
2012-04-03fix(ngInclude): fire $includeContentLoaded on proper (child) scopeVojta Jina
2012-04-03refactor(ngInclude): remove scope attributeVojta Jina
2012-04-03feat(ngModel): update model on each key stroke (revert ngModelInstant)Vojta Jina
2012-04-03feat($sniffer): add hasEvent method for sniffing eventsVojta Jina
2012-04-02fix($q): $q.reject should forward callbacks if missingIgor Minar
2012-04-02fix($location): search setter should not double-encode the valueMykhailo Kotsur
2012-03-29fix(FormController): ask for dependency to fool the BC moduleIgor Minar
2012-03-29fix(ngValue): bind properly inside ng-repeatVojta Jina
2012-03-29fix($injector): properly infer dependencies from fn with no argsIgor Minar
2012-03-29refactor($compile): move methods of attr object into prototypeVojta Jina
2012-03-29fix($compile): properly clone attr.$observers in ng-repeatVojta Jina
2012-03-28refactor(fromJson/toJson): move the contents of these files into Angular.jsIgor Minar
2012-03-28refactor(toJson): use native JSON.stringifyIgor Minar
2012-03-28refactor(fromJson): always use native JSON.parseIgor Minar
2012-03-28feat($http): make the transform defaults to an arrayIgor Minar
2012-03-28style($http): remove redundant 'use strict' headerIgor Minar
2012-03-28feat(TzDate): add support for toISOString methodIgor Minar
2012-03-28refactor(fromJson/date filter): move date string logic to date filterIgor Minar
2012-03-28chore(ngCookies): moved to moduleMisko Hevery
2012-03-28chore(resource): moved to moduleMisko Hevery
2012-03-28chore(Rakefile): get ready for modulesMisko Hevery
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-26feat($compile): do not interpolate boolean attributes, rather evaluate themVojta Jina
2012-03-26refactor(ngBindAttr): removeVojta Jina
2012-03-26feat(ngValue): allow radio inputs to have non string valuesVojta Jina
2012-03-26refactor($sniffer): make $sniffer service privateIgor Minar
2012-03-26feat($controller): support controller registration via $controllerProviderIgor Minar
2012-03-26feat(assertArgFn): should support array annotated fnsIgor Minar
2012-03-23fix(init): use jQuery#ready for init if availableIgor Minar