Skip to content

Commit

Permalink
added project list route; dumped in all of d3 js calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem authored and atruskie committed Oct 31, 2014
1 parent 21a6fe7 commit c0de253
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 51 deletions.
5 changes: 0 additions & 5 deletions src/app/d3Bindings/caelndarView/_calendarView.scss

This file was deleted.

37 changes: 0 additions & 37 deletions src/app/d3Bindings/caelndarView/calendarView.js

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/d3Bindings/caelndarView/calenderViewTemplate.tpl.html

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

<div id="audioRecordingCalendar"></div>

{{filteredAudioRecordings}}
{{filteredAudioRecordings}}
1 change: 0 additions & 1 deletion src/components/services/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

bawss.factory('Project', [ '$resource', "$http", 'conf.paths', "QueryBuilder", function ($resource, $http, paths, QueryBuilder) {
var resource = resourcePut($resource, uriConvert(paths.api.routes.projectAbsolute), {projectId: "@projectId"});

return resource;
}]);

Expand Down

0 comments on commit c0de253

Please sign in to comment.