package foboajs
FoBo AngularJS Toolkit Module
This FoBo toolkit module provides AngularJS API and Resource components to the FoBo Module, but can also be used as-is, see below for setup information.
If you are using this module via the FoBo/FoBo module see also net.liftmodules.fobo for setup information.
- Alphabetic
- By Inheritance
- foboajs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
sealed
trait
API extends AnyRef
Initiate FoBo's Angular API in you bootstrap liftweb Boot.
Initiate FoBo's Angular API in you bootstrap liftweb Boot.
import net.liftmodules.{foboajs => fobo} : fobo.API.init=fobo.API.[API Object]
Note: To see available objects click on the round trait icon in the header of this page.
Example: -
sealed
trait
Resource extends AnyRef
Initiate FoBo's Angular Resource(s) in you bootstrap liftweb Boot.
Initiate FoBo's Angular Resource(s) in you bootstrap liftweb Boot.
import net.liftmodules.{foboajs => fobo} : fobo.Resource.init=fobo.Resource.[Resource Object]
Note: To see available objects click on the round trait icon in the header of this page.
Example: -
sealed
trait
Toolkit extends AnyRef
Initiate FoBo's Angular Toolkit(s) in you bootstrap liftweb Boot.
Initiate FoBo's Angular Toolkit(s) in you bootstrap liftweb Boot. Using the Toolkit initiation you will bring in both the toolkit's resources and if present the FoBo API associated with the toolkit.
import net.liftmodules.{foboajs => fobo} : fobo.Toolkit.init=fobo.Toolkit.[Toolkit Object]
Note: To see available objects click on the round trait icon in the header of this page.
Example: