angular.module('odoo') .controller('MainController', function ($scope) { $scope.$on('device.shaked', function () { console.log('Shake move it !!!') }); });