Tag Archive
directive
Discover 3 stories with “directive” Tag.

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
Read More

image-post

This talk I will walk through creating a modal window that is generic in the sense that it will take any old arbitrary html and stuff it in a modal window that is used throughout your site. This uses the
Read More

image-post mask

Summary: Once again I find myself learning something new with Angular. Today I found out how to effectively use the $compile service to compile an html snippet containing an Angular binding expression. For example, a snippet matching the context of
Read More