From a130bb899d790dc11393276b34d59b2ddd5cc680 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 16 Nov 2010 11:31:41 -0800 Subject: add onload attribute to ng:include --- src/widgets.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/widgets.js b/src/widgets.js index 0ebdd1d5..887b31ac 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -494,6 +494,7 @@ angularWidget('option', function(){ * * @param {string} src expression evaluating to URL. * @param {Scope=} [scope=new_child_scope] expression evaluating to angular.scope + * @param {string=} onload Expression to evaluate when a new partial is loaded. * * @example *