Skip to content

Instantly share code, notes, and snippets.

@arkadius
Created January 3, 2015 00:28
Show Gist options
  • Save arkadius/3600236a51977f26a030 to your computer and use it in GitHub Desktop.
Save arkadius/3600236a51977f26a030 to your computer and use it in GitHub Desktop.
object MicroBurnServices {
def render = renderIfNotAlreadyDefined(
angular.module("MicroBurnServices")
.factory("historySvc", jsObjFactory()
.future("getHistory", (sprintId: String) =>
ApplicationContext().columnsHistoryProvider.columnsHistory(sprintId)
)
)
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment