cliffmeyers / blog-examples

Sample code from stuff on my blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code from my blog at http://cliffmeyers.com/blog

ng-g11n

Integrates jquery-globalize with angular.js.

  • Supports setting of locale once at application initialization.
  • Simple translation support.

ng-i18n-js

Integrates i18n-js with angular.js.

  • i18n-js is initialized prior to angular.js bootstrap.
  • Locale can be changed at runtime.
  • Translation support.
  • Hooks for formatting of numbers, currencies and dates.

ng-repository

Illustrates use of the Repository pattern for mocking server dependencies in an AngularJS application. Sample app consists of two pages that fetch posts and forums from reddit.com.

About

Sample code from stuff on my blog


Languages

Language:JavaScript 99.9%Language:CSS 0.1%