duetempi

Results 1 issues of duetempi

I have created the agenda with resource, but it don't work, why? ``` var myApp = angular.module('myApp', ['ui.calendar', 'ui.bootstrap']); myApp.controller('MainCtrl', ['$scope', '$timeout', function ($scope, $timeout) { $scope.n = 100; /*...