@Akshar,
You can always force to use a particular view/template by passing view->name as part of the second argument (called meta) when calling ac.done:
ac.done(data, {
view: {
name: 'foo' // where no matter what action triggers this, the view will be foo.hb.html
}
});
@joe, can you add this question to the FAQ section?
Best Regards,
Caridy