This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$provide.decorator to extend directive scope no longer works in > 1.5.1 #14785
Closed
Description
Hi,
Presented solution in #10149 to extend directive scope is no longer work in >1.5.1
We can reproduce it in below plunker by changing angular version by 1.5.1
http://plnkr.co/edit/CRxhX6?p=preview
are there others alternatives to extend directive scope?