aboutsummaryrefslogblamecommitdiff
path: root/kamon-dashboard/src/main/resources/web/js/services.js
blob: f40a01539fef0bb8bc610b9401925d735febeb87 (plain) (tree)
1
2
3
4
5
6
7
8

             
              
 



                                                                 
'use strict';

/* Services */


// Demonstrate how to register services
// In this case it is a simple value service.
angular.module('dashboard.services', []).value('version', '0.1');