Build your own HTML element with Angular

This article is part of the bigger series about my Software Engineering internship this summer. To read all the posts, simply visit the category archive. In a earlier post I mentioned that I need some standardized way to hide buttons on my view until the user hovers over the containing element. Certainly the way I…

Angular JS and DOM readyness for jQuery

Currently I’m writing a lot of HTML GUI Prototypes and I’m doing that with full Angular JS integration. This morning I faced a simple problem: I wanted to hide some control elements until the user hovers over the element. Coming from the jQuery side, that’s how I wanted to solve that: $(addCrudControls()); function addCrudControls() {…