Skip to content

Instantly share code, notes, and snippets.

@kborchers
Created August 20, 2012 16:44
Show Gist options
  • Save kborchers/3405683 to your computer and use it in GitHub Desktop.
Save kborchers/3405683 to your computer and use it in GitHub Desktop.
var todo = aerogear.pipeline([
{
name: "tasks",
settings: {
url: "/todo-server/tasks"
}
},
{
name: "projects",
settings: {
url: "/todo-server/projects"
}
},
{
name: "tags",
settings: {
url: "/todo-server/tags"
}
}
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment