Lines Matching full:function
1 window.angular && (function(angular) {
6 function(APIUtils) {
13 function($rootScope, $scope, dataService, $location, $timeout) {
15 $scope.copySuccess = function(event) {
17 $timeout(function() {
21 $scope.copyFailed = function(err) {
24 $scope.resolveEvent = function(event) {
27 function(data) {
30 function(error) {
35 $scope.accept = function() {
37 $timeout(function() {
42 $scope.getTitle = function(event) {
50 $scope.getAdditionalData = function(event) {
59 $scope.copyText = function(event) {