Friday, September 30, 2016

How can i disabled esc key from JQuery Modal box?

By using this :
         $("#join_login").modal({backdrop: 'static',keyboard: false});

What is scope in Angular Js

Angular Js Scope The scope is the binding part between the HTML (view) and the JavaScript (controller). The scope is an object with th...