Add model module
This commit is contained in:
parent
5290740404
commit
c538d759b8
2 changed files with 8 additions and 0 deletions
7
js/models.js
Normal file
7
js/models.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
var models = angular.module('weechat-models');
|
||||
|
||||
models.factory('models', function() {
|
||||
|
||||
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue