| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
| 2012-03-20 | refactor($resource): unify and simplify the code | Igor Minar | |
| 2012-03-09 | chore(*): refactor all ng: to ng- | Igor Minar | |
| 2012-01-17 | docs(*): various doc fixes | Igor Minar | |
| 2012-01-03 | docs(resource): fix params for non-get actions | Sean Gilligan | |
| 2011-12-01 | fix($resource): forwardport exposing headers from 0.9.19 | Igor Minar | |
| 2011-11-30 | fix($resource): to work with $http, $httpBackend services | Vojta Jina | |
| Breaks Disabling $resource caching for the moment. | |||
| 2011-11-30 | fix($browser.xhr): change method "JSON" to "JSONP" | Vojta Jina | |
| Breaks "JSON" xhr method is now called "JSONP" | |||
| 2011-11-14 | style(docs): make jslint happy - fix some warnings | Vojta Jina | |
| 2011-11-14 | doc(service): update docs for the moved services | Misko Hevery | |
| 2011-11-14 | refactor(services): migrate angular.service -> module | Misko Hevery | |
| 2011-10-12 | docs(*): remove @workInProgress from everywhere | Igor Minar | |
| it's not useful any more and it only makes the docs look ugly | |||
| 2011-10-11 | chore(formating): clean code to be function() { | Misko Hevery | |
| 2011-10-11 | feat(forms): new and improved forms | Misko Hevery | |
| 2011-08-16 | doc(sample): Add javascript sandbox integration (jsFiddle) | dandoyon | |
| Change doc_widget.js to: - render "edit in jsfiddle" button next to all examples - make opt out certain examples by adding jsfiddle="false" attribute to doc:source element | |||
| 2011-07-27 | feat($xhr): add custom error callback to $xhr, $xhr.cache, $xhr.bulk, $resource | Karl Seamon | |
| Closes #408 | |||
| 2011-07-18 | feat(strict mode): adding strict mode flag to all js files | Igor Minar | |
| the flag must be in all src and test files so that we get the benefit of running in the strict mode even in jstd the following script was used to modify all files: for file in `find src test -name "*.js"`; do echo -e "'use strict';\n" > temp.txt cat $file >> temp.txt mv temp.txt $file done | |||
| 2011-02-16 | Small spelling and grammar fixes in documentation. | Anthony Lieuallen | |
| 2011-02-15 | split up services into individual files | Igor Minar | |
| - split up services into files under src/service - split up specs into files under test/service - rewrite all specs so that they don't depend on one global forEach - get rid of obsolete code and tests in ng:switch - rename mock $log spec from "$log" to "$log mock" | |||
