horizon/horizon/static/framework/widgets/modal
Rajat Vig 2d0e491d76 Add extensions to $q for resolving all promises
This patch provides an extension service for the $q
service which waits for all promises to settle and then
return which promises fail and which promises pass.

This was a result of having similar looking code in
https://review.openstack.org/#/c/231335/
and
https://review.openstack.org/#/c/234408/

The method name was inspired method which exists in $q
from Kris Oswal but not in the Angular implementation of it.
https://github.com/kriskowal/q/blob/v1/q.js#L1676

Co-Authored-By: Errol Pais<epais@thoughtworks.com>
Co-Authored-By: Kyle Olivo<keolivo@thoughtworks.com>

Change-Id: Ic3d36bba1886e06d7e7aee50c1ddfa17b51a1a65
Partially-Implements: blueprint angularize-images-table
2015-12-11 13:52:21 -08:00
..
delete-modal.service.js Add extensions to $q for resolving all promises 2015-12-11 13:52:21 -08:00
delete-modal.service.spec.js Enable no-unused-vars 2015-11-18 10:14:28 -08:00
modal.module.js Add correct license for simple modal 2015-10-15 10:02:04 -07:00
simple-modal.controller.js Add correct license for simple modal 2015-10-15 10:02:04 -07:00
simple-modal.html JSCS cleanup - style guide cleanup for modal 2015-06-12 08:45:30 -05:00
simple-modal.service.js Add correct license for simple modal 2015-10-15 10:02:04 -07:00
simple-modal.spec.js Enable no-unused-vars 2015-11-18 10:14:28 -08:00