Bertrand Beyssac
Results
1
issues of
Bertrand Beyssac
Hi I use this syntax below to declare my controller : myApp.controller('ParentController', [ '$scope', function($scope, ) { ... } How extend my controller with this syntax ? myApp.controller('ChildController', [ '$scope',...