Changes between Version 15 and Version 16 of 2014/angularjs/part3


Ignore:
Timestamp:
2014-03-16 15:44:07 (8 years ago)
Author:
japekall
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2014/angularjs/part3

    v15 v16  
    2727 
    2828{{{ 
    29         function SimpleController($scope) { 
    30                 $scope.customers = [ 
    31                 {name:'Sari',city:'Rauma'}, 
    32                 {name:'Jouni',city:'Boston'}, 
    33                 {name:'Jukka',city:'Tokyo'}, 
    34                 {name:'Tanja',city:'Sastamala'} 
    35                 ]; 
    36         } 
     29function SimpleController($scope) { 
     30        $scope.customers = [ 
     31        {name:'Sari',city:'Rauma'}, 
     32        {name:'Jouni',city:'Boston'}, 
     33        {name:'Jukka',city:'Tokyo'}, 
     34        {name:'Tanja',city:'Sastamala'} 
     35        ]; 
     36} 
    3737}}} 
    3838