ZhangYiJiang / jublia-agenda

AY16/17 CS3216 final project - 21st century event agenda
https://agenda-demo.jublia.com/
1 stars 1 forks source link

inline editing take response from backend #65

Open paradite opened 8 years ago

paradite commented 8 years ago
paradite commented 8 years ago

documentation: https://angular.io/docs/ts/latest/cookbook/component-communication.html#!#bidirectional-service

paradite commented 8 years ago

another easy way to solve this issue is:

in this way, we do not need to change the event emitter to observable

paradite commented 8 years ago

@ZhangYiJiang see comment above is it okay?