-
I using Ionic 3 and I can add and delete tags and receive notifications but i can't get the tags because the value is empty or the function never execute,
The code is the following:
> app.componen…
-
**RxJS version:**
rxjs 5 beta 6
**Code to reproduce:**
```
getSessions() {
this.spinnerService.show();
return this.http
.get(sessionsUrl)
.map(res => this.extractData(res))
…
-
Bottom tabs persist after signing out of app.
The following code below solves a fundamental tab persistency issue.
However, it looks like a wrong approach.
```typescript
import { App } from 'ionic…
-
## Bug Report or Feature Request (mark with an `x`)
[x] Bug report -> please search issues before submitting
[ ] Feature request
[ ] Documentation issue or request
## Current behavior
…
-
你好,我想问下toast组件的用法,比如说login成功后怎样触发toast弹出的?谢谢.
-
The way to show toast message is a bit chaotic here. A service would be good instead with function like (displayed in level order):
- toastService.error
- toastService.success
- toastService.warn
…
-
When an inbox entry is updated there is no notification. This leads to the inbox display in UIs being wrong until the UI is refreshed.
DiscoveryListener should have an updated method to alert the U…
-
Hi,
I wanted to use the `ToastService` to show different types of messages: success, failed, info.
Therefore I need to add a custom class to every toast to change the text color or background.
Is…
erzzo updated
7 years ago
-
**I'm submitting a ...** (check one with "x")
[ x] bug report
[ ] feature request
**Current behavior:**
When setting up the notification received callbacks as described in the [documentatio…
-
Just wanted to create a ticket that the new skeleton is not yet working with AMB out of the box.
Needed to add
```
ModuleDependenciesPlugin({
"aurelia-materialize-bridge": [
'./autocom…