aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/javascripts/app.js
blob: c7aacc8db0a88107ccd8ac38b11fce6af4fe278c (plain)
1
2
3
4
5
(function(angular) {

    angular.module('n.Notes', []);

})(window.angular);