App.GiftManager = Ember.StateManager.extend({ initialState: 'brand', brand: App.GiftBrandState.create(), city: App.GiftCityState.create(), product: App.GiftProductState.create(), product_info: App.GiftProductInfoState.create(), map: App.GiftMapState.create(), map_error: App.GiftMapErrorState.create(), contact: App.GiftContactState.create(), popup: App.GiftPopupState.create() });