Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed Jun 4, 2014
1 parent 6ab3c41 commit a1e5a05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/bootstrap/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ window.famousAngularCommon = function($scope, $compile) {
},
mockEvent: function(eventData) {
return new CustomEvent('mock', eventData || {});
},
getIsolateFromElement: function(elem){
var scope = elem.scope();
var isolate = scope.isolate[scope.$id];
return isolate;
}
}
};

0 comments on commit a1e5a05

Please # to comment.