Lines Matching full:scope
10 'scope': {'event': '=', 'tmz': '=', 'multiSelected': '='},
12 '$rootScope', '$scope', 'dataService', '$location', '$timeout',
13 function($rootScope, $scope, dataService, $location, $timeout) {
14 $scope.dataService = dataService;
15 $scope.copySuccess = function(event) {
21 $scope.copyFailed = function(err) {
24 $scope.resolveEvent = function(event) {
35 $scope.accept = function() {
36 $scope.event.selected = true;
38 $scope.$parent.accept();
42 $scope.getTitle = function(event) {
50 $scope.getAdditionalData = function(event) {
54 if ($scope.getTitle(event).search(event.type) == -1) {
59 $scope.copyText = function(event) {