Tag Archives: ng-readonly

AngularJS – Modules

AngularJS supports modular approach. Modules are used to separate logics say controllers, services, application etc and keep the code clean. It is define in separate js file. The controllers always belong to a module. Creating a Module The angular.module function helps to create a module in angularjs. … The “myApplicaion” parameter refers to an HTML… Read More »