Simon Hunt | 0b05d4a | 2014-10-21 21:50:15 -0700 | [diff] [blame] | 1 | /* |
2 | Module template file. | ||||
3 | |||||
4 | @author Simon Hunt | ||||
5 | */ | ||||
6 | |||||
7 | (function (onos) { | ||||
8 | 'use strict'; | ||||
9 | |||||
10 | var api = onos.api; | ||||
11 | |||||
12 | // == define your functions here..... | ||||
13 | |||||
14 | |||||
15 | // == register views here, with links to lifecycle callbacks | ||||
16 | |||||
17 | // api.addView('view-id', {/* callbacks */}); | ||||
18 | |||||
19 | |||||
20 | }(ONOS)); |