fix($compile): set $isolateScope correctly for sync template directives
All isolated scope directives that do not have `templateUrl` were marked as `$isolateScopeNoTemplate` even if they did have a `template` attribute. This caused `jqLite#scope()` to return the wrong value for child elements within the directive's template. Closes #6942
S
Shahar Talmi committed
562c4e424b0ed5f8d4bffba0cd18e66db2059043
Parent: a0ae07b
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 5/9/2014, 1:42:26 PM