Deep copy object

Hi people, I watched Stefan's video on YT ( https://www.youtube.com/watch?v=kIhITzw0CG8 ) and he really inspired me. I will use my blog to do same things and share some new things which I discover or how I am solved something what I really didn't know. 🙂 Today I learned this deep copy interesting hack: Best Regards, … Continue reading Deep copy object

Align items on easiest way with FlexBox(part1)!

FlexBox   Hi guys, today I am trying to explain to you what is FlexBox and his advantages. FlexBox is a new layout mode in CSS3 and he is supported in all modern browsers. In this guide, I'm going with you through all functionalities... For using FlexBox we always need to put on parent element display: flex prop/value. … Continue reading Align items on easiest way with FlexBox(part1)!

How easily to edit data from table or text field with AngularJS?

With this short tutorial, I am gonna show you how to make editable your data on view - text, number, date, password... just in a few steps... Install with Bower "angular-xeditable" or download it from this link. bower install angular-xeditable You must link angular-xeditable CSS extension file and JS also into your project. Something like this: Add into … Continue reading How easily to edit data from table or text field with AngularJS?