[AngularJS] Angular 1.x with PHP Example Without NPM

2018-12-17 Thread Devin Dixon
Hey Angular 1 Devs! Just showing something I recently did. I developed a PHP framework that changes the way Inversion of Control is thought about, and in the examples site I integrated it with

[AngularJS] Re: Angular 1.x Directive Classes and Webpack

2018-12-17 Thread Tito
from https://docs.angularjs.org/guide/directive, maybe this will give you a *hint on how to resolve* .directive('optionsDirective',function(){ return { restrict: 'E', scope: { option: '=ngModel' }, link: function (scope, element, attributes) { var option = scope.option; option.selected =

[AngularJS] Angular 1.x Directive Classes and Webpack

2018-12-17 Thread scott
I am having an issue with a directive in my code and am hoping someone can point me in the right direction. The directive works OK when viewed in a Web browser like Chrome or Firefox. When I try to view the same app within Cordova's In-App Browser, the directive throws an error. I have

[AngularJS] Re: server side rendering with multiple langulage translation

2018-12-17 Thread Sander Elias
Hi Sunny. Can you build a minimal representation of your issue? That way, I can take that, and give it a spin, and fix it, or hand it over to the responsible maintainer. A minimal representation is a repo with only the code and 3rth parties that are essential to reproduce your issue. (by the

[AngularJS] Re: Angular 1.x Directive Classes and Webpack

2018-12-17 Thread Sander Elias
Hi Scott, I don't like a webpack issue to me. Rather I suspect that Cordova doesn't support es2016. You can compile your application to es5. If you are using typescript that's a single setting in your tsconfig.json. Otherwise, you might use babel to compile down to es5. Or change your

[AngularJS] Re: Tree Control not working

2018-12-17 Thread Sander Elias
Hi Pradeep, Show your issue in a StackBlitz , so we can help you. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving