(scope)
| 105 | //pretty hacky |
| 106 | var _lastKnownParent = {}; |
| 107 | var _getIsolate = function(scope){ |
| 108 | var isolate = $famous.getIsolate(scope); |
| 109 | if(!isolate && scope) {isolate = $famousDecorator.$$getIsolateById(_lastKnownParent[scope.$id]);} |
| 110 | return isolate; |
| 111 | }; |
| 112 | |
| 113 | /** |
| 114 | * Pass through $animate methods that are strictly class based. |
no outgoing calls
no test coverage detected