on Aug 21, 2014 in AngularJS, Javascript, directive
This article is a selection of some tricks and techniques one may find useful while building an AngularJS applications.
on Jan 13, 2014 in AngularJS, directive, Javascript, Projects
ngModel directive allows to setup two-way data binding updating model if the value changes in the view, and other way around. Value gets updated immediately, however sometimes it's useful to trigger update action after some delay. The next custom directive do the trick.