summaryrefslogtreecommitdiffstats
path: root/doc/js/controllers/main.js
blob: 368091e21b3bb988c825df845500aac127ce4c49 (plain)
1
2
3
myApp.controller( 'main' , [ '$scope' , function ($scope) {               
    console.log( 'hola!' );
}]);