Skip to content

Commit

Permalink
fixed a bug with scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
odino committed May 3, 2014
1 parent 52d5898 commit 001d062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hmvc.js
Expand Up @@ -100,7 +100,7 @@ hmvc = (function(){
if (result.template && typeof result.template === 'string') {
element.outerHTML = templating.render(result.template, data);
}
}).then(function(){

result.terminate && result.terminate();
});
}
Expand Down

0 comments on commit 001d062

Please sign in to comment.