Open grrseguin opened 8 years ago
The returned object of the loadTemplate method is not always the same. Thus, its properties too.
loadTemplate
I suggest to use always HttpPromise with the data property instead of promise.
HttpPromise
data
promise
The returned object of the
loadTemplate
method is not always the same. Thus, its properties too.I suggest to use always
HttpPromise
with thedata
property instead ofpromise
.