in Beta10 i can use popover.onDismiss(data => { somedata });
in Beta11, the .onDismiss()
doesnt exist anymore… is the syntax changed or there are other ways to achieve the same result?
I think onDidDismiss
this will work. I haven’t tried yet.
As it stated in CHANGELOG
point number 3
in the below link i.e. modal.onDidDismiss()
<a name="3.9.2"></a>
## [3.9.2](https://github.com/ionic-team/ionic/compare/v3.9.1...v3.9.2) (2017-11-08)
## Upgrade Instructions
`ionic-angular` 3.9.2 is patch release of `ionic-angular` 3.9.1. To upgrade, follow the instructions [here](https://github.com/ionic-team/ionic/blob/master/CHANGELOG.md#390-2017-11-08) for updating to `ionic-angular` 3.9.0. After completing those steps, update the `ionic-angular` version to 3.9.2.
```
npm install ionic-angular@3.9.2 --save
```
### Bug Fixes
* **action-sheet:** remove ios inertia scroll to fix flicker ([c463b06](https://github.com/ionic-team/ionic/commit/c463b06)), closes [#13262](https://github.com/ionic-team/ionic/issues/13262)
<a name="3.9.1"></a>
## [3.9.1](https://github.com/ionic-team/ionic/compare/v3.9.0...v3.9.1) (2017-11-08)
## Upgrade Instructions
This file has been truncated. show original
Just give a try.
That works!! sorry didnt saw that. I only went to read the doc at http://ionicframework.com/docs/v2/ and didnt realise how to yse github yet. THANKS
vaibsVB
August 22, 2016, 10:14am
#4
Great!! Glad this works for you.
Happy Coding