This repository was archived by the owner on Feb 2, 2025. It is now read-only.
  
  
  
  
  
Description
It seems that there are services exposed by factories to render the individual components of the directive, but none that seem to take the same approach as the watcher in the compile function of the directive.  It also seems like there is not an easy way to get the buildOptions and other vars to pass into the factory.
I've seen some other libraries allowing you to pass in a control object to the directive and expose methods that way, any objections to me doing that?