Tag Archive
angularjs
Discover 5 stories with “angularjs” Tag.

Create an Angular Material style side nave menu. For those like me who want to see the code first, then the code for this can be found in two locations. Github repo found here: Github Angular Material Menu Working Plunker
Read More

image-post mask

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

In this Brilliant Britz blog (say that 10 times fast) I will talk about how I embedded a simple captcha widget in my Angular/Node application. This task requires your Angular client and Node server to be changed, as the
Read More

image-post mask

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