Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModelViewInfo

Returned by [[ModelViewConnector.getControllerView]] Describes a connection between a controller or directive (TS file containing a scope), and a view (HTML file).

Hierarchy

  • ModelViewInfo

Index

Properties

Properties

modelPath

modelPath: string

Path to a file containing an angular controller scope (can be a controller or a directive, the important thing is that it contains the scope to use for the view)

viewPath

viewPath: string

Path to an angular view (file name within the project, NOT absolute path on disk).

Generated using TypeDoc