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

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago