[AngularJS] Error angular not defined

2016-11-28 Thread rohit . kotalwar
Hello I'm getting angular is not defined error when run the project in web storm. index.ejs http://www.w3.org/1999/html;> http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js";> http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css;>

[AngularJS] Seed project for Angular2 lib development

2016-11-28 Thread Martin Kuhn
Does anybody of you can recommend a seed project for ng2 library development? -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[AngularJS] Understanding Code

2016-11-28 Thread foysal foysal
I am learning angularjs 2. I am following this git repo. Here I got below codes in *index.html*. System.import('app').catch(function(err){ console.error(err); }); Why these codes used in *index.html* ? What are the necessitys of

[AngularJS] Re: Accessing translations providers by a service

2016-11-28 Thread Tito
How do you determine the current locale selected? 1. From what I am reading here (https://angular.io/docs/ts/latest/cookbook/i18n.html) it seems what is parsed is what you define you want to be translated using 2. I guess you could take your json files and somehow inject them into each locale

[AngularJS] Re: AngularJS routing problem

2016-11-28 Thread Sander Elias
Hi Džejlan, Good to hear you figured it out!. Thanks for the feedback, it might just help someone having a similar problem! Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails

[AngularJS] Re: angular 2 routing get 404 when param contains .

2016-11-28 Thread Sander Elias
Hi Ruochen, You need to configure your server so that it returns your index.html in stead of an 404. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email

[AngularJS] Re: AngularJS routing problem

2016-11-28 Thread Džejlan Muharemović
Ok I figured it out I needed to add * in route so it looks now like this .when('/resetPassword/:code*', {//This * says to route to accept all characters in string even / title: "Reset password", controller: "passwordRecoveryCtrl", templateUrl:

[AngularJS] Re: AngularJS routing problem

2016-11-28 Thread Džejlan Muharemović
Hey Sander thanks for response I figured out what was problem but not how to solve it, as you can see in code above that ASP .NET Identity generated it has %2F that is URL Encode for / which makes problem because angular gets it like another parameter to route which doesn't exist.So I need to

[AngularJS] using ngAria module with Angular2

2016-11-28 Thread coderwurst
Hello, I am interested to know if anyone has used the ngAria module with Angular 2? I see it mentioned on the Angular 2 features page but have not been able to find any references or documentation regarding its use with Angular 2... Has anyone any more

[AngularJS] dynamic form validation

2016-11-28 Thread dhamodharan . b
Hi friends i have given a json format by my lead now all i want to do is create a form using that json dynamically i am fresher an new to it industry so i don't have any idea over that so please can you help me out giving some reference code or link to complete the task please help me out in

[AngularJS] angular 2 routing get 404 when param contains .

2016-11-28 Thread ruochen xu
Hi all, I recently get a problem and need your help. When I use a param with . in angular2 route module, I can successfully router.navigate to the page, but this page can't be accessed directly, instead I will get a 404 Cannot GET error, is it a bug? const routes: Routes = [ { path:

[AngularJS] angular + (wamp+php+jquery) ???

2016-11-28 Thread Curtis Newton
Hi, I am quiet new to angular 2 (we just attempted a 3 days course with my collegues) I was hoping someone could enlight me on how to use a node.js/angular project with wamp I also want to know if I have to rewrite all my jquery apps or if jquery programming is angular 2 compatible thanks