fa-options

This directive is used to specify options for all famous directives

Usage

<fa-grid-layout fa-options="gridOptions" fa-pipe-from="eventHandler">
<fa-view>
<fa-surface fa-pipe-to="eventHandler" fa-size="[undefined, 100]"></fa-surface>
</fa-view>
</fa-grid-layout>
var EventHandler = $famous['famous/core/EventHandler'];
$scope.eventHandler = new EventHandler();
$scope.gridOptions = {dimensions: [2, 2]};