Files
angular.js/test
Daniel Herman 2adaff083f fix(ngTransclude): only compile fallback content if necessary
If the instance of the directive does provide transcluded content, then the fallback
content should not be compiled and linked as it will never be used.

If the instance of the directive does not provide transcluded content, then the
transcluded scope that was created for this non-existent content is never used,
so it should be destroy in order to clean up unwanted memory use and digests.

Fixes #14768
Fixes #14765
Closes #14775
2016-06-15 12:20:18 +01:00
..
2016-03-16 09:15:21 +00:00
2016-03-16 09:15:21 +00:00
2016-03-16 09:15:21 +00:00
2016-05-24 18:12:12 +02:00