Skip to content

Instantly share code, notes, and snippets.

@rajputvai
Created May 14, 2015 13:56
Show Gist options
  • Save rajputvai/a7e4a762503fc86a1895 to your computer and use it in GitHub Desktop.
Save rajputvai/a7e4a762503fc86a1895 to your computer and use it in GitHub Desktop.
app.coffee
scheduler = angular.module('scheduler',[
'templates',
'ngRoute'
]
scheduler.config(["$sceDelegateProvider", ($sceDelegateProvider) ->
$sceDelegateProvider.resourceUrlWhitelist([
'self',
'https://b4ustaging.amagi.tv/**'])
])
scheduler.config(["$sceProvider", ($sceProvider) ->
$sceProvider.enabled(false)
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment