Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 872b459

Browse files
committed
Merge pull request #89 from aendrew/adding_angular_adapter_to_readme
Updated README to mention angular-tabletop. Resolves #88.
2 parents 50121d7 + 1ddf755 commit 872b459

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ I've put together a Backbone.tabletopSync driver for Backbone collections and mo
174174

175175
Source is, of course, in `/src`, and you can check it out in action in `/examples/backbone/`
176176

177+
### Working with Tabletop and AngularJS
178+
179+
[Æ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.
180+
181+
Please see [times/angular-tabletop](http://www.github.com/times/angular-tabletop) for more details.
182+
177183
### Working with Tabletop and TimelineSetter
178184

179185
Tabletop was originally built to work with ProPublica's <a href="http://propublica.github.com/timeline-setter/">TimelineSetter</a>, 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.

0 commit comments

Comments
 (0)