Angular Binding to non-native Attribute

One of the typical gotcha is that while using bootstrap with Angular, some of the bootstrap attributes can not be bound directly. Normally when you doing simple binding in Angular, this is what you do: <img md-card-image class=”img-responsive img-rounded” src=”{{user.profilePic}}” onerror=”this.style.display=’none'”> You bind the user.profilePic to attribute “src” of “img” element, which is fine. When…

Angular Intro

First time trying to record my thought on YouTube. As developer, i should have done this long time ago. I mean, the concept of if same event happened 3 times, better make it automated. So here we go, since this is my n time explaining what is Angular to my friends. it is better to…