Skip to content

Instantly share code, notes, and snippets.

@ddsilva
Created December 10, 2013 12:15
Show Gist options
  • Save ddsilva/7889708 to your computer and use it in GitHub Desktop.
Save ddsilva/7889708 to your computer and use it in GitHub Desktop.
SIPLAN - Site index_view
define [
'core'
], () ->
# Imports
# =============================================================
Core = require 'core'
# IndexView class
# =============================================================
class IndexView extends Core.View
# Override Attributtes
# =============================================================
autoRender : true
container : '#module-container'
initialize: ->
super
@createLoader()
createLoader : -> @$el.append '<p class="loading" spin></p>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment