mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-09 11:34:24 +08:00
Meta values can't be bools
This commit is contained in:
@@ -2,7 +2,7 @@ angular.module("sideBySide").service "poems", ['fetch', (fetch) ->
|
||||
@all = [{
|
||||
meta: {
|
||||
Active: true
|
||||
Loading: true
|
||||
Loading: "Loading"
|
||||
}
|
||||
content: [{
|
||||
section: 'Loading...'
|
||||
|
||||
Reference in New Issue
Block a user