aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-04docs(tutorial): update tutorial intro + steps 0-3Igor Minar
2012-04-04chore(docs): restore old tutorial ngdoc filesIgor Minar
2012-04-04fix(docs): remove ngModelInstant from all examplesIgor Minar
2012-04-04refactor(ngHref, ngSrc): remove duplicate testsVojta Jina
2012-04-04chore(directive): correct file names for booleanAttrsVojta Jina
2012-04-04refactor(ngInclude): correct the testsVojta 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-03Doc fixes in bootstrapBrad Green
2012-04-02fix(scenario): dev secenario testsMykhailo Kotsur
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-30chore(release): start 1.0.0rc4 insomnia-induction iterationIgor Minar
2012-03-29chore(release): cutting 1.0.0rc3 barefoot-telepathyv1.0.0rc3Igor Minar
2012-03-29fix(docs): update the example widget regexp for detecting angular.js urlIgor Minar
2012-03-29fix(FormController): ask for dependency to fool the BC moduleIgor Minar
2012-03-29fix(docs): properly rewrite urls in doc examples at docs-nextIgor 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-29docs(changelog): release notes for 1.0.0rc3 barefoot-telepathyIgor 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-29chore(release scripts): auto release scriptsVojta 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-28fix(i18n e2e tests):Misko Hevery
2012-03-28docs(examples): update example appsIgor Minar
2012-03-28style(Rakefile): use snake_case in ruby codeIgor 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-27Updated manual bootstrap documentBrad Green
2012-03-27Rewrite of Automatic Initialization docBrad Green