fix incorrect ubstitution typo

This commit is contained in:
Joe Fleming 2014-09-04 12:54:22 -07:00
parent 3df2fb9183
commit 53d376d6c4

View file

@ -23,7 +23,7 @@ define(function (require) {
};
this.urlFor = function (id) {
return kbnUrl.eval('#/dashboard/{id}' + {id: id});
return kbnUrl.eval('#/dashboard/{id}', {id: id});
};
this.delete = function (ids) {