1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 07:01:48 +00:00

add AppController, search-snippets filter

This commit is contained in:
Rokt33r
2015-06-10 03:08:12 +09:00
parent 68956ec360
commit 58729b4d56
4 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
/* global angular */
angular.module('codexen')
.controller('AppController', function ($scope) {
})