Matt Banz

Results 6 comments of Matt Banz

I'm getting the same error. @Lughino have you been able to figure anything out about this error?

I figured out my problem. I needed to exclude the index.html from being processed by the ng-cache-loader. My config now looks like this ``` javascript { test: /\.html$/, include: helpers.root('src',...

I am having the exact same problem -- Ionic v1 and Angular 1.5.3. I haven't figured out why, but if I run my app using `ionic run ios --device`, then...

I have a use case for this. I currently have a working iOS and Android app built on the Ionic Framework. The app uses cordova plugins to take advantage of...

Hi, I'm the developer who added (and issued the pull request containing) the `reconnectIfNotNormalClose` flag. If you set that flag to `true`, then **all** codes except for `1000`, which is...

I would be interested to know why some are giving this the thumbs down. Is there another, perhaps better, way to have a backing field with a getter/setter? How do...