1.0.2 • Published 9 years ago

knockout-state-renderer v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

knockout-state-renderer

npm version

Use Knockout with abstract-state-router!

Examples

Usage

var StateRouter = require('abstract-state-router')
var knockoutRenderer = require('knockout-state-renderer')
var domready = require('domready')

var stateRouter = StateRouter(knockoutRenderer(/* options */), 'body')

// add whatever states to the state router

domready(function() {
    stateRouter.evaluateCurrentRoute('login')
})

See state-router-example for an implementation using this renderer.

API

The renderer implementation accepts some options to control data binding inside the templates.

dataItemAlias

An alias used when the binding context is created, accessible inside the templates. The default value is $page.

childElementSelector

The CSS selector used to find the element where the child state should be rendered. The default value is ui-view.

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago