Skip to content

Fun With Transformations

rditerwich edited this page Apr 22, 2012 · 3 revisions

Css Transformations

sdf

<div>
  <span id="first-name"/>
  <span id="last-name"/>
 </div
  val bind = 
  "first-name" #> person.firstName &
  "last-name" #> person.lastName
Clone this wiki locally