net.liftmodules

ng

package ng

Visibility
  1. Public
  2. All

Type Members

  1. trait AngularActor extends CometActor with Loggable

    A comet actor for Angular action

  2. abstract class BindingActor[M <: NgModel] extends AngularActor

    CometActor which implements binding to a model in the target $scope

  3. trait MemoFunctions extends scalaz.MemoFunctions

  4. abstract class SimpleBindingActor[M <: NgModel] extends BindingActor[M]

    Simple binding actor for creating a binding actor in one line

    Simple binding actor for creating a binding actor in one line

    M

    The type of the model to be used in this actor

Value Members

  1. object Angular extends DispatchSnippet with Loggable

    Dynamically generates angular modules at page render time.

    Dynamically generates angular modules at page render time.

    Usage:

    def render = renderIfNotAlreadyDefined(
    angular.module("lift.goals")
      .factory("goals", jsObjFactory()
        .jsonCall("getJoined", GoalsClient.getGoals())
        .jsonCall("join", (goalId: String) => GoalsClient.joinIndividualGoal(getUsername, getDisplayName, goalId))
        .jsonCall("checkIn", (checkIn: CheckIn) => GoalsClient.checkIn(checkIn.goalId, checkIn.instanceId, ...))
      )
    )
  2. object AngularI18n extends DispatchSnippet with MemoFunctions

  3. object AngularI18nRest extends RestHelper

  4. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  5. object SHtmlExtensions extends SHtml

    CareLiftUtil functions that augment the Lift SHtml object

  6. package comet

  7. package js

Ungrouped