Add model module

This commit is contained in:
David Cormier 2013-10-07 20:42:19 -04:00
commit c538d759b8
2 changed files with 8 additions and 0 deletions

7
js/models.js Normal file
View file

@ -0,0 +1,7 @@
var models = angular.module('weechat-models');
models.factory('models', function() {
});