UNPKG
omnifilter
Version:
latest (1.3.4)
1.3.4
1.2.4
1.2.3
1.2.2
1.1.2
1.0.2
1.0.1
1.0.0
"Awesome filters applied to personal images"
github.com/ocgears/omnifilter
ocgears/omnifilter
omnifilter
/
app
/
js
/
photos
/
index.js
8 lines
(5 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
app
) {
require
(
'./controllers/photos_controller'
)(app);
require
(
'./directives/photo_display_directive'
)(app);
require
(
'./directives/photo_form_directive'
)(app);
//points to html template
};