Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Allowing service destroyer to unbind apps and warn users #68

Merged
merged 4 commits into from
Aug 17, 2015

Conversation

geramirez
Copy link
Contributor

screen shot 2015-08-13 at 10 56 34 am
screen shot 2015-08-13 at 10 56 38 am
screen shot 2015-08-13 at 10 56 44 am
screen shot 2015-08-13 at 11 25 05 am
screen shot 2015-08-13 at 11 25 11 am

@geramirez
Copy link
Contributor Author

@jcscottiii this should be done now.

it('hould put the available services into the app along with the boundService obj if it\'s bound', function() {
expect(scope.availableServices).toEqual([{metadata: { guid: 'serviceguid' }, boundService: { guid: 'serviceguid' }}]);
});
it('hould put the available services into the app along with the boundService obj if it\'s bound', function() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hould - > should

@jcscottiii
Copy link
Contributor

your unit test for deleteServiceInstance should include a check that it shows the serviceInstances tab after completing successfully.

Also, I'm completely fine with skipping that for now so that we can proceed onto other stories on the board as long as we put a TODO

@jcscottiii
Copy link
Contributor

Needs to be rebased

@geramirez
Copy link
Contributor Author

@jcscottiii I've added a note to test the directive where those functions are located.

jcscottiii added a commit that referenced this pull request Aug 17, 2015
Allowing service destroyer to unbind apps and warn users
@jcscottiii jcscottiii merged commit 3a6df30 into master Aug 17, 2015
@jcscottiii jcscottiii deleted the delete-service-update branch August 18, 2015 14:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants