[AngularJS] component router not working with ng-bootstrap

2016-11-14 Thread Karanbeer Kaur
Hi, I am writing below code to navigate between tabs and It is showing tabs , But on click of tab neither It is routing to that component nor giving any error on console. Please help -- You received this message because you are subscribe

[AngularJS] Re: Presentation

2016-11-14 Thread Tito
senor, how are your running your app? On Friday, November 11, 2016 at 5:15:26 AM UTC-8, Heliogábalo Santos wrote: > > Hi, > > I'm working in a web app, but for some reason that i don't understant my > browser > is not showing it correctly. I think i'm missing some files on the / > [root-directo

[AngularJS] Re: Angular 2 : Deprecated warnings and errors

2016-11-14 Thread Tito
means one of your modules use the fsevents module. fsevents was designed specifically for darwin operating system. but looks like you are running on windows 64 bit. when you see such a message you could ignore it or dig in to learn more so you search for fsevents in npm you find the following ht

[AngularJS] Re: Checkbox in accordion header

2016-11-14 Thread Tito
what browser are you using because it is working for me both in IE and chrome. On Monday, November 14, 2016 at 7:59:04 AM UTC-8, Brent Theunckens wrote: > > > down votefavorite > > > I'm having problems with checkboxes

[AngularJS] Checkbox in accordion header

2016-11-14 Thread Brent Theunckens
down votefavorite I'm having problems with checkboxes inside an accordion header. *Purpose:* The checkbox in the header is an indicator if that section is being used. *User actions:* So whenever someone checks the ch