made email from work

This commit is contained in:
Dobie Wollert
2014-10-26 02:29:04 -07:00
parent a2c5abf7ea
commit 92201a4a30
8 changed files with 118 additions and 54 deletions

View File

@ -3,8 +3,8 @@ angular.module('biomed-frontend', [
'ui.router',
'ngResource',
'angular-loading-bar',
'wu.masonry'
'wu.masonry',
'mm.foundation'
])
.factory('Posts', function($resource) {
return $resource('/api/v1/posts/:_id',
@ -56,4 +56,4 @@ angular.module('biomed-frontend', [
});
}
});
});
})