Class: Controller

Controller ## Controllers Controllers in SnoozeJS are defined like Controllers in AngularJS.~ Controller

new Controller(nm, module)

A SnoozeJS Controller

Parameters:
Name Type Description
nm string

The name of the Controller

module object

The module the Controller will belong to

Source: