UNPKG
cobuild-angular-stack
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
Base stack angular sass jade gulp
bitbucket.org/rokk3rlabs/cobuild-angular-stack
cobuild-angular-stack
/
modules
/
instapage
/
services
/
instapageServices.js
12 lines
(9 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
(
function
(
module
) {
'use strict'
;
module
.
factory
(
"instapageServices"
,
function
(
) {
return
{
account
: { } } }); })(angular.
module
(
'uniko.instapage'
));