aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-09-06feat($resource): support custom headers per actionMax Martinsson
Closes #736
2012-09-06fix(ngRepeat): now works with primitive typesZhenbo Zhang
closes #933
2012-09-06fix($parser): string concatination with undefined modelpetrovalex
Closes #988
2012-09-06fix(dateFilter): support sub-second precision on dateFilterStein Jakob Nordbø
2012-09-06docs($route): rename leftover $afterRouteChange to $routeChangeSuccessIgor Minar
2012-09-06chore(release): prepare 1.1.1 pathological-kerning iterationIgor Minar
2012-09-04fix(docs): broken url to angular-bootstrapMisko Hevery
2012-09-04chore(Rakefile): add 'version' rake task to generate version.txtIgor Minar
2012-09-04chore(docs): bump up the stable versionIgor Minar
2012-09-04chore(release): cut the 1.1.0 increase-gravatar releasev1.1.0Igor Minar
2012-09-04chore(docs): don't rewrite colons in doc filenamesIgor Minar
2012-08-31chore(Rakefile): zip only the build dirIgor Minar
2012-08-31revert: fix(ng-repeat) to work with primitive typesIgor Minar
this was accidentaly merged in. the commit is not ready yet and we don't have CLA signature. This reverts commit 98d489712eff7559bce87ae53bd242112a875c1a.
2012-08-31docs(changelog): release notes for 1.0.2 and 1.1.0 releasesIgor Minar
2012-08-30fix(docs): Making sure gen_docs.sh looks for a globally installed copy of ↵Jonathan Zacsh
jasmine-node as well as local.
2012-08-30docs(tutorial): correct typos and clarify a few sectionsFernando Correia
2012-08-30fix(docs): indicate support for passing a string as the `controller` ↵Brice Burgess
property on $routeProvider's route object
2012-08-30doc(misc) Mention how attribute names map to directive names.brettcannon
2012-08-30test(locationSpec): fix broken tests after vojta's commitIgor Minar
2012-08-30doc(module) changed simpleApp to myApp in the Module page guide for consistencySahat Yalkabov
2012-08-30doc(devguide) - Fix typos and small grammatical errors in the developer guide.Steve Nicolai
2012-08-30chore(docs): ask GAE to serve docs-keywords.jsIgor Minar
2012-08-30Loading from Google CDNUri Goldshtein
As you guys had mansion, we can and need to do it through Google CDN for better performance, so i've updated it accordingly 
2012-08-30docs(typos): fix typos in dev guideTyson Benson
2012-08-30fix(scenario): Adding meta tag to avoid cache issuesGerman Galvis
2012-08-30docs(api): fix typo on home pagephil
Refference -> Reference
2012-08-30Update docs/content/guide/overview.ngdoccsugden
Corrects video information
2012-08-30fix(docs): Fix typos and improve grammar.Jamie Krug
2012-08-30fix(docs): Fix bad links.Jamie Krug
2012-08-30docs(module) fix typoColin Frei
2012-08-30fix(ng-repeat) to work with primitive typesZhenbo Zhang
2012-08-30fix(mocks): free up memory after every specVojta Jina
2012-08-30test(bootstrap): test exception siling during bootstrapIgor Minar
Closes #1018
2012-08-30test(ngApp): add missing test for [ng-app] bootstrapIgor Minar
2012-08-30feat($interpolate): provide contextual error messagesBrian Ford
if an exception occurs during interpolation of a string (e.g. name() in "Hello, {{name()}}!" throws an exception) we now print an error message with the expression that was being evaluated when the exception was thrown.
2012-08-30fix(jqLite): better support for xhtmlIgor Minar
it turns out that some stuff doesn't work in xhtml as it does in html. for example   can't be innerHTML-ed and auto-closing of elements doesn't work. the reporter of the referenced issue claimed that innerHTML vs text on script made a difference but that doesn't appear to be true in my testing. I'm not including test for this because testacular doesn't currently run tests in xhtml yet. Closes #1301
2012-08-30chore(docs): correctly link docs imagesIgor Minar
2012-08-29chore(Rakefile): fix the default taskIgor Minar
2012-08-29chore(Rakefile): remove bogus symlink from buildIgor Minar
2012-08-28chore(docs): use symlinks to build docsIgor Minar
so that we can just edit source files without rebuilding docs. this works for all docs files, except for those that are generated or rewritten during build.
2012-08-28chore(Rakefile): various build script changesIgor Minar
- restructure rake tasks this splits up the concatination and minification into two tasks so that we can just build angular.js quickly without wasting time with minification which is often not needed when just debugging some issue on 3rd party site. - use symlinks when creating final zip file - switch from btar to zip - get rid of version numbers from filenames - rewrite version numbers in all index files Closes #1226
2012-08-27doc($log): correct non-working exampleMisko Hevery
2012-08-27doc(guide): add conceptsMisko Hevery
2012-08-27fix(ngdoc): failing testMisko Hevery
2012-08-27doc(directive) correct typosColin Frei
2012-08-27fix(docs) typoMisko Hevery
2012-08-27fix(ng-list): remove data bound flickerMisko Hevery
2012-08-27doc(misc) updated getting started to reflect the new homepageMisko Hevery
2012-08-27doc(guide) simplify the guide home pageMisko Hevery
2012-08-27chore(Rakefile): rewrite version numbers in all index filesIgor Minar