| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-06 | feat($resource): support custom headers per action | Max Martinsson | |
| Closes #736 | |||
| 2012-09-06 | fix(ngRepeat): now works with primitive types | Zhenbo Zhang | |
| closes #933 | |||
| 2012-09-06 | fix($parser): string concatination with undefined model | petrovalex | |
| Closes #988 | |||
| 2012-09-06 | fix(dateFilter): support sub-second precision on dateFilter | Stein Jakob Nordbø | |
| 2012-09-06 | docs($route): rename leftover $afterRouteChange to $routeChangeSuccess | Igor Minar | |
| 2012-09-06 | chore(release): prepare 1.1.1 pathological-kerning iteration | Igor Minar | |
| 2012-09-04 | fix(docs): broken url to angular-bootstrap | Misko Hevery | |
| 2012-09-04 | chore(Rakefile): add 'version' rake task to generate version.txt | Igor Minar | |
| 2012-09-04 | chore(docs): bump up the stable version | Igor Minar | |
| 2012-09-04 | chore(release): cut the 1.1.0 increase-gravatar releasev1.1.0 | Igor Minar | |
| 2012-09-04 | chore(docs): don't rewrite colons in doc filenames | Igor Minar | |
| 2012-08-31 | chore(Rakefile): zip only the build dir | Igor Minar | |
| 2012-08-31 | revert: fix(ng-repeat) to work with primitive types | Igor 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-31 | docs(changelog): release notes for 1.0.2 and 1.1.0 releases | Igor Minar | |
| 2012-08-30 | fix(docs): Making sure gen_docs.sh looks for a globally installed copy of ↵ | Jonathan Zacsh | |
| jasmine-node as well as local. | |||
| 2012-08-30 | docs(tutorial): correct typos and clarify a few sections | Fernando Correia | |
| 2012-08-30 | fix(docs): indicate support for passing a string as the `controller` ↵ | Brice Burgess | |
| property on $routeProvider's route object | |||
| 2012-08-30 | doc(misc) Mention how attribute names map to directive names. | brettcannon | |
| 2012-08-30 | test(locationSpec): fix broken tests after vojta's commit | Igor Minar | |
| 2012-08-30 | doc(module) changed simpleApp to myApp in the Module page guide for consistency | Sahat Yalkabov | |
| 2012-08-30 | doc(devguide) - Fix typos and small grammatical errors in the developer guide. | Steve Nicolai | |
| 2012-08-30 | chore(docs): ask GAE to serve docs-keywords.js | Igor Minar | |
| 2012-08-30 | Loading from Google CDN | Uri 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-30 | docs(typos): fix typos in dev guide | Tyson Benson | |
| 2012-08-30 | fix(scenario): Adding meta tag to avoid cache issues | German Galvis | |
| 2012-08-30 | docs(api): fix typo on home page | phil | |
| Refference -> Reference | |||
| 2012-08-30 | Update docs/content/guide/overview.ngdoc | csugden | |
| Corrects video information | |||
| 2012-08-30 | fix(docs): Fix typos and improve grammar. | Jamie Krug | |
| 2012-08-30 | fix(docs): Fix bad links. | Jamie Krug | |
| 2012-08-30 | docs(module) fix typo | Colin Frei | |
| 2012-08-30 | fix(ng-repeat) to work with primitive types | Zhenbo Zhang | |
| 2012-08-30 | fix(mocks): free up memory after every spec | Vojta Jina | |
| 2012-08-30 | test(bootstrap): test exception siling during bootstrap | Igor Minar | |
| Closes #1018 | |||
| 2012-08-30 | test(ngApp): add missing test for [ng-app] bootstrap | Igor Minar | |
| 2012-08-30 | feat($interpolate): provide contextual error messages | Brian 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-30 | fix(jqLite): better support for xhtml | Igor 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-30 | chore(docs): correctly link docs images | Igor Minar | |
| 2012-08-29 | chore(Rakefile): fix the default task | Igor Minar | |
| 2012-08-29 | chore(Rakefile): remove bogus symlink from build | Igor Minar | |
| 2012-08-28 | chore(docs): use symlinks to build docs | Igor 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-28 | chore(Rakefile): various build script changes | Igor 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-27 | doc($log): correct non-working example | Misko Hevery | |
| 2012-08-27 | doc(guide): add concepts | Misko Hevery | |
| 2012-08-27 | fix(ngdoc): failing test | Misko Hevery | |
| 2012-08-27 | doc(directive) correct typos | Colin Frei | |
| 2012-08-27 | fix(docs) typo | Misko Hevery | |
| 2012-08-27 | fix(ng-list): remove data bound flicker | Misko Hevery | |
| 2012-08-27 | doc(misc) updated getting started to reflect the new homepage | Misko Hevery | |
| 2012-08-27 | doc(guide) simplify the guide home page | Misko Hevery | |
| 2012-08-27 | chore(Rakefile): rewrite version numbers in all index files | Igor Minar | |
