How to Test an Angular Directive's Linking Function Using It's Isolate Scope
Have you ever wanted to get the scope of a linking function in a directive for testing. Let me rephrase that. Have you ever wanted to test the isolate scope within your directive's linking function? You probably have if your