Angular Templates

Templates for Angular Development Prototyping. One of the exciting feature of Angular 1.5 Is accent on use of Components. Something that changes the way how you think about reusable parts of your application. It helps to organised your thought around notion of independent components that serve focused job, and responsible for themselves only. That approach will help avoid most common problems of angular development called “Scope Soup”. If you have seen this $scope. [Read More]