Install

Bower

bower install {{module}}

Add as a dependency

angular.module('yourApp', ['{{module}}'])

Populate sheets.config.json

Must be in the root of the project

sheetId: The id of the sheet to work with.

scriptId: The id of the script added to the sheet. A sample of the script is in the root of this repo.

domain: The domain of the google account.

 

 

## Install

 

* * *

 

`bower install {{module}}`

 

**Add to your app**

 

`angular.module('app’, ['{{module}}])`

 

[Live demo](http://{{module}}.cklsylabs.com/)

 

 

# Directives

 

* * *

 

## {{directive.name}}

 

 

**MARKUP**

 

```html

```

 

**{{p.toUpperCase()}}**

 

`{{key}}` - *{{option.type}}* -

 

 

 

* * *

 

 

 

# Services

 

* * *

 

## {{service.name}}

 

 

### {{p}}

 

***{{key}} - {{option.type}}***

```javascript

```

 

**{{key}}**

 

 * `{{a}}` - *{{argument.type}}*

```html

```

 

 

* * *