1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-21 13:41:40 +00:00
Files
Boostnote/src/states/home/home.js
2015-05-29 16:53:01 +09:00

7 lines
129 B
JavaScript

/* global angular */
angular.module('codexen.states')
.controller('HomeController', function ($auth, Snippet, $scope) {
})