Integrate moment.js and its angular bindings.
This commit is contained in:
parent
98dc20542c
commit
4354b32288
4 changed files with 10 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
quayApp = angular.module('quay', ['restangular'], function($provide) {
|
||||
quayApp = angular.module('quay', ['restangular', 'angularMoment'], function($provide) {
|
||||
$provide.factory('UserService', ['Restangular', function(Restangular) {
|
||||
var userResponse = {
|
||||
verified: false,
|
||||
|
|
Reference in a new issue