AngularJS: ng-if, ng-repeat, ng-show, ng-hide and Bootstrap CSS framework integration

Covers the following: -How to do a simple search for records using AJAX together with AngularJS -How to integrate Bootstrap CSS framework as part of AnguarJS application -How to use ng-if, ng-show and ng-hide -Differences between ng-if and ng-show/ng-hide -How to work with ng-repeat -How to display multiple records using ng-repeat -How to fetch multiple rows through AJAX and bind using ng-repeat -How to make using ng-if/ng-show inside ng-repeat -Inspect various scope object when dealing with ng-if and ng-show Source code:
Back to Top