AngularJS Module : Building Blocks To Angular

In this tutorial, we will give you conceptual and implementation information about AngularJS Module. First we will explain the core concept of Modules and then we will create a simple application for the implementation understanding of the concept. So, Let’s begin with the conceptual part. AngularJS – Module A module is a collection of the …

AngularJS-Directive : Incharge To Give Commands

In this tutorial, we are going to create a simple application using angularjs-directives. This application will contain the following feature. Display all the available themes product. Each theme product contains a product image, show features button, price, features section, Hide Features and Buy Themes buttons. When a user clicks on a product’s Show Features button,  the features section …

Bootstrap Modal

Bootstrap Modal is basically a pop-up box that is used to provide information and alert to the user. It is displayed on top of the current page. One of the multi-purpose lightweight JavaScript popup that is custom-built and responsive and can be used: to display alert popups, videos, and images in a website, to warn users …