Created
January 16, 2017 18:33
-
-
Save sebastianconcept/0b965cb2375c9886723ab3634cc95c4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<td> | |
<span ng-bind="Cases.humaneNextSessionOf(case)"></span> | |
</td> | |
and in the controller we have: | |
... | |
let result = $compile(thatSpan)($scope); | |
wich makes the console see: | |
[span.ng-binding.ng-scope] | |
from the `result` object, how can we get the bound model/object/instance? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment