UNPKG
gumga-counter-ng
Version:
latest (1.1.0)
1.1.0
Gumga Counter
gumga-counter-ng
/
docs
/
1.1.0
/
app.js
8 lines
(4 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
angular.
module
(
'app'
, [
'gumga.counter'
]) .
controller
(
'Ctrl'
,
function
(
$http
) {
var
ctrl =
this
; })