'use strict'; var fixtures = {}; fixtures.data = { simple: [ {value: 'big'}, {value: 'bigger'}, {value: 'biggest'}, {value: 'small'}, {value: 'smaller'}, {value: 'smallest'} ], animals: [ {value: 'dog'}, {value: 'cat'}, {value: 'moose'} ] }; fixtures.html = { textInput: '', angularTextInput: '', input: '', hint: '', menu: '', customMenu: [ '' ].join(''), customMenuContainer: '
', dataset: [ 'one
two
three