Emre Erdoğan

Results 6 comments of Emre Erdoğan

The issue is definitely caused by ionic-native-transitions plugin. When I disable the plugin this double state change never happens. It should not be hard to prevent that behaviour. I keep...

How did you set the options for the plugin? Can you share code?

I guess you have a case like the following: ``` angular.extend(object1, object2); ``` In this situation if object1 is **null** or **"undefined"**, then it breaks your flow and you get...

bake doesn't prompt for which template to use when baking models, controllers or views in an existing application. but it may prompt when creating a new project.

I have a similar problem. This is the error message I get: `Malformed paths not permitted: /path/to/output.txt` **Here's my setup:** ```bash $ docker image ls REPOSITORY TAG IMAGE ID CREATED...

Hello, As suggested by @tmaximini I did a small piece of modification in styles task. Here is the code: ``` gulp.task('styles', function() { var options = build ? { style:...