Lines Matching refs:scope
22 var scope = this;
29 Gumby.debug('Skip event triggered', scope.$el);
33 if(scope.update) {
34 scope.calculateTarget(scope.skipTo);
38 scope.skipTo();
41 Gumby.debug('Re-initializing Skiplink', scope.$el);
42 scope.setup();
59 var scope = this,
94 var scope = this;
101 Gumby.debug('Triggering onComplete event', scope.$el);
102 scope.$el.trigger('gumby.onComplete');