Skip to content

Instantly share code, notes, and snippets.

@sebastianconcept
Created January 16, 2017 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastianconcept/0b965cb2375c9886723ab3634cc95c4f to your computer and use it in GitHub Desktop.
Save sebastianconcept/0b965cb2375c9886723ab3634cc95c4f to your computer and use it in GitHub Desktop.
<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