Lines Matching full:function
9 window.angular && (function(angular) {
14 function($scope, $window, APIUtils, dataService, Constants, $q) {
31 function loadOverviewData() {
35 function(data) {
36 $scope.logs = data.data.filter(function(log) {
40 function(error) {
45 function(data) {
49 function(error) {
54 function(data) {
61 function(error) {
66 function(data) {
69 function(error) {
74 function(data) {
77 function(error) {
82 function(data) {
85 function(error) {
90 function(data) {
98 function(error) {
103 function(data) {
109 function(error) {
124 $q.all(promises).finally(function() {
129 $scope.toggleLED = function() {
138 APIUtils.setLEDState(toggleState, function(status) {});
141 $scope.saveHostname = function(hostname) {
145 function(data) {
146 APIUtils.getNetworkInfo().then(function(data) {
150 function(error) {
156 $scope.getEventLogTitle = function(event) {