Your entire career. On Friday, March 19, 2021 at 9:32:57 AM UTC-4 buyukis...@gmail.com wrote:
> .state("test-accordion",{ > url:'/test-accordion', > views: { > '':{ > templateUrl:'/Accordion/accordion-view.html', > controller: 'accordionController', > controllerAs: 'vm' > }, > 'taba@test-accordion':{ > templateUrl:'/Accordion/taba-view.html', > controller: 'tabAController', > controllerAs: 'vm' > }, > 'tabb@test-accordion':{ > templateUrl:'/Accordion/tabb-view.html', > controller: 'tabBController', > controllerAs: 'vm' > } > } > } > .state('test-accordion.tabADetail',{ > url : 'test-accordion.tabADetail/:customerId', > templateUrl: '/Accordion/taba-view-detail.html', > controller : 'tabADetailController', controllerAs : 'vm' > }) > .state('test-accordion.tabBDetail',{ > url : 'test-accordion.tabBDetail/:customerId', > templateUrl: '/Accordion/tabb-view-detail.html', > controller : 'tabADetailController', controllerAs : 'vm' > }) > > taba-view.html / tabb-view.html content > <div ui-view>/div> > > taba-view-detail.html and tabb-view-detail.html has different content > > but when i populate taba-view-detail.html it also populates same content > in tabb-view-detail.html > > what am am doing wrong? > -- 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 emails from it, send an email to angular+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/05e74c7b-212b-416a-8f07-7bca38293fe2n%40googlegroups.com.