Hi all ! 

I started with this superb framework but I have one question. How make the 
getter and setter with component router in 1.5 ? 

thanks :) 

this my code : 



"use strict";


var myPa=angular.module('panels', [])
 
myPa.component('panels', {
    template: '<h2>Panels</h2><ng-outlet></ng-outlet>',
    $routeConfig: [
      {path: '/',    name: 'PanelList',   component: 'panelList', 
useAsDefault: true}
    ]
  })


 myPa.component('panelList', {
    template:
      'test',
   
  })



-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to