/angular-stackoverflow

AngularJS demo application with the Stackoverflow API

Primary LanguageJavaScript

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.