• Jump To … +
    app.litcoffee csv.litcoffee config.litcoffee contents.litcoffee publish.litcoffee revise.litcoffee transform.litcoffee main.litcoffee rdb.litcoffee config.litcoffee contents.litcoffee publish.litcoffee revise.litcoffee transform.litcoffee columntip.litcoffee cursor.litcoffee rdfbadge.litcoffee wizard.litcoffee score.litcoffee config.litcoffee csv.litcoffee oracle.litcoffee rdb.litcoffee rdf.litcoffee sml.litcoffee transform.litcoffee underscore.litcoffee
  • ¶

    A generic main controller

    'use strict'
    
    angular.module 'r2rDesignerApp'
      .controller 'MainCtrl', ($scope, _) ->
  • ¶

    The project title.

        $scope.title = 'R2R Mapping Designer'
  • ¶

    The sidetip holds the description and HTML template which should be displayed as a tooltip on the side. It is filled by passing messages upwards by the sidetip directive, and is defined here to be accessible by all sub-controllers.

        $scope.sidetip =
          tooltip: ''
          tmpl: ''