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:
5
src/controllers/AppController.js
Normal file
5
src/controllers/AppController.js
Normal file
@@ -0,0 +1,5 @@
|
||||
/* global angular */
|
||||
angular.module('codexen')
|
||||
.controller('AppController', function ($scope) {
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user