mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-12 12:51:22 +08:00
Initial project setup
Featuring: - middleman setup - dummy controller and index page - markdown reader and its qunit tests - travis integration
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
angular.module("sideBySide.controllers", [])
|
||||
.controller "comparisonController", ($scope) ->
|
||||
$scope.verses = [
|
||||
{ section: 'first', versions: [ 'a', '1' ] }
|
||||
{ section: 'second', versions: [ 'b', '2' ] }
|
||||
]
|
||||
Reference in New Issue
Block a user