I\'m writing an Angular 1.5 directive and I\'m running into an obnoxious issue with trying to manipulate bound data before it exists.
Here\'s my code:
ap
I had a similar issue, I did this to avoid calling the component until the value I am going to send is ready: