Skip to content

Commit

Permalink
refactors server communication internals
Browse files Browse the repository at this point in the history
* All comm methods use the same codebase (send)
* Comm methods no longer support callbacks at arguments
* $then is added to provide callback chainning without using promises
* Adds collectionTest with fetch test
* Fixes a bunch of linter errors
  • Loading branch information
Ignacio Baixas committed Sep 26, 2013
1 parent 307550a commit 7fbf9e6
Show file tree
Hide file tree
Showing 8 changed files with 485 additions and 312 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-restmod",
"version": "0.1.1",
"version": "0.1.2",
"authors": [
"Ignacio Baixas <iobaixas@gmai.com>"
],
Expand Down
Loading

0 comments on commit 7fbf9e6

Please sign in to comment.