Directive requires an isolated scope but receives parent scope
Error: “Directive requires an isolated scope but receives parent scope” in AngularJS This error occurs when a directive is expecting an isolated scope (scope: {}) but is still receiving data….