0.0.11 • Published 6 years ago

ember-addon-ui-controls v0.0.11

Weekly downloads
4
License
MIT
Repository
-
Last release
6 years ago

Ember-addon-ui-controls

Installation

  • ember install ember-addon-ui-controls
  • ember install @fourth/ember-addon-cordova-service

or add them to the package.json and run npm install

Example usage

{{#ember-addon-logoff-button}}
  message="message"
  logOff=(action "logOff")
{{/ember-addon-logoff-button}}

To use the add-on you will need the Cordova service from @fourth/ember-addon-cordova-service and an implementation of the logOff function

Example logOff function

logOff() {
  this.get('cordovaService').logoff(this.get('url'));
}
0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago