This website requires JavaScript.
Explore
Help
Sign In
ffhb
/
freifunkmanager
mirror of
https://github.com/FreifunkBremen/freifunkmanager.git
Watch
1
Star
0
Fork
You've already forked freifunkmanager
0
Code
Issues
Releases
Wiki
Activity
cd19a507cb
freifunkmanager
/
public
/
app
/
nodes
/
nodes.js
7 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
init in angular
2016-07-06 22:52:31 +02:00
'use strict'
;
angular
.
module
(
'ffhb'
)
add map on edit
2016-07-09 10:15:03 +02:00
.
controller
(
'NodesCtrl'
,
function
(
)
{
init in angular
2016-07-06 22:52:31 +02:00
}
)
;