Daniel Sutton

Results 2 issues of Daniel Sutton

I have implemented file upload as shown on examples but it isnt working, im using UIRouter and have rewrite rules to send all urls to index.html to enable HTML5 rewriting,...

Hi This is my template: ``` ... ... ... ... ``` And those are is my controller: `.controller('MainController', ['$scope', '$filter', '$state', '$timeout', 'AUTH_EVENTS', 'ITEMS_EVENTS', function($scope, $filter, $state, $timeout, AUTH_EVENTS, ITEMS_EVENTS)...