fixed typo
This commit is contained in:
parent
ea8853eec2
commit
6f1bdc916c
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ var MyComponent = {
|
|||
controller: function(args) {
|
||||
//we only want to make this call once
|
||||
return {
|
||||
things: m.request({method: "GET", url: "/api/things/", {data: args}}) //slice the data in some way
|
||||
things: m.request({method: "GET", url: "/api/things/", data: args}) //slice the data in some way
|
||||
}
|
||||
},
|
||||
view: function(ctrl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue