CatalystCode / cordova-plugin-cogsvcsspeech

Cordova plugin for Microsoft Cognitive Services speech services.
MIT License
2 stars 3 forks source link

update ui to use properties over hard coded #21

Closed bsherwin closed 4 years ago

bsherwin commented 4 years ago

Updated tabs on UI to use properties over hard coded values for buttons. Using "danger" so the button turns red, but think this would be better done with "secondary" in the stylesheets.

Also ended up using more of a state management over command pattern because the button event wireup is declarative in ionic.

bsherwin commented 4 years ago

Completes Issue #7