mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-21 13:41:40 +00:00
7 lines
129 B
JavaScript
7 lines
129 B
JavaScript
/* global angular */
|
|
angular.module('codexen.states')
|
|
.controller('HomeController', function ($auth, Snippet, $scope) {
|
|
|
|
|
|
})
|