0.0.11 • Published 7 years ago

ember-addon-ui-controls v0.0.11

Weekly downloads
4
License
MIT
Repository
-
Last release
7 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

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago