From 1ddf7559083c1ce02ece6aa1159bb1e79b705d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86ndrew=20Rininsland?= Date: Tue, 26 May 2015 14:10:22 -0600 Subject: [PATCH] Updated README to mention angular-tabletop. Resolves #88. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 35d00a6..7cad306 100755 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ I've put together a Backbone.tabletopSync driver for Backbone collections and mo Source is, of course, in `/src`, and you can check it out in action in `/examples/backbone/` +### Working with Tabletop and AngularJS + +[Ændrew Rininsland (@aendrew)](http://www.github.com/aendrew) at [The Times and Sunday Times](http://www.github.com/times) has created a module that makes using Tabletop with [AngularJS](http://www.angularjs.org) extremely easy. It also includes a loader for [angular-translate](https://angular-translate.github.io) that gives Tabletop the ability to provide i18n translation strings. + +Please see [times/angular-tabletop](http://www.github.com/times/angular-tabletop) for more details. + ### Working with Tabletop and TimelineSetter Tabletop was originally built to work with ProPublica's TimelineSetter, a JS+Ruby library that creates timelines. You need some specifically-formatted JSON which is created by a Ruby script from a CSV, which means your workflow is usually spreadsheet -> CSV -> Ruby -> JSON -> JS.