├── LICENSE ├── README.md ├── bower.json ├── documentation ├── lunch_missile_button.gif └── save_world_button.gif ├── package.json └── promise_button.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/bower.json -------------------------------------------------------------------------------- /documentation/lunch_missile_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/documentation/lunch_missile_button.gif -------------------------------------------------------------------------------- /documentation/save_world_button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/documentation/save_world_button.gif -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/package.json -------------------------------------------------------------------------------- /promise_button.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DocX/ng-promise-button/HEAD/promise_button.js --------------------------------------------------------------------------------