Options
Menu

Class GridStyle

Directive that's used to ensure an ng-grid expands it's height to fit the viewport height

class

GridStyle

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Parameters

    • $window: any

    Returns GridStyle

Properties

$window

$window: any

link

link: Function

link function signature

  • (scope: any, element: any, attrs: any): any
  • Parameters

    • scope: any
    • element: any
    • attrs: any

    Returns any

restrict

restrict: string

Methods

private doLink

  • doLink(scope: any, element: any, attrs: any)
  • Parameters

    • scope: any
    • element: any
    • attrs: any

Generated using TypeDoc