Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 587 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 587 Bytes

angular-stackoverflow

Simple AngularJS application for Stackoverflow API.

Overview

This simple application demonstrate the utility of AngularJS. The main javascript code's in static/js/controller.js

This app demonstrate these features in Angulars:

  • Ajax call via $http
  • Databindings
  • Paginator and custom filter
  • Angular Directives: ng-repeat, ng-show, ng-click, ng-disabled, ng-src

This application's accessible via github pages.