AngularJs – jQuery plugin not found issue in directive
jQuery plugin not found issue: We can integrate jQuery plugin by creating a directory and initialise the plugin in the link function. There are many directives are available with this approach. Recently I wanted to integrate intl-tel-input jQuery plugin with an AngularJs project – fortunately couple of directives are available. I have tried with ng-intl-tel-input […]
Read More →