We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e84333 commit 6d1668bCopy full SHA for 6d1668b
README.md
@@ -166,7 +166,7 @@
166
// ...
167
```
168
169
- - Ionic 2
+ - Ionic 2/3
170
```typescript
171
// sample app.component.js
172
import { Component } from '@angular/core';
@@ -930,13 +930,13 @@
930
- Branch opens and installs your app. You cannot simulate Branch in the desktop browser
931
932
```js
933
- // Ionic 2 - running on browser instead of device
+ // Ionic 2/3 - running on browser instead of device
934
if (!platform.is('cordova')) { return }
935
Branch.userCompletedAction('did_this')
936
937
938
939
- // Ionic 2 - missing Branch import
+ // Ionic 2/3 - missing Branch import
940
declare var Branch
941
942
0 commit comments