Expunge all mentions of includeBlank and blankOption from angular services

This commit is contained in:
Rob Harrington
2016-09-18 11:06:59 +10:00
parent 338d3cbc38
commit cbbb047fc1
6 changed files with 11 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
angular.module("admin.enterprises").factory 'Enterprises', ($q, EnterpriseResource, blankOption) ->
angular.module("admin.enterprises").factory 'Enterprises', ($q, EnterpriseResource) ->
new class Enterprises
enterprisesByID: {}
pristineByID: {}