Commits

Josh David Miller committed ab44a867f3f
fix(tooltip): Transcludes contents to allow dynamic selector text A dynamic selector did not work as the contents of the directive element were not transcluded. This fix adds transclusion through a new directive controller method. It also includes a new test for this case (through an ngRepeat) as well as a modified demo to show this use case. Closes #69