Browse Source

Update contactsManager to contactsmanager directive.

pull/103/head
Evan Theurer 12 years ago
parent
commit
6a5510c9f9
  1. 2
      static/js/directives/contactsmanager.js
  2. 4
      static/js/directives/directives.js

2
static/js/directives/contactsmanager.js

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
*/
define(['underscore', 'jquery', 'modernizr'], function(_, $, Modernizr) {
// contactsManager
// contactsmanager
return [function() {
var controller = ['$scope', 'dialogs', 'translation', '$templateCache', function($scope, dialogs, translation, $templateCache) {

4
static/js/directives/directives.js

@ -43,7 +43,7 @@ define([ @@ -43,7 +43,7 @@ define([
'directives/odfcanvas',
'directives/presentation',
'directives/youtubevideo',
'directives/contactsmanager',], function(_, onEnter, onEscape, statusMessage, buddyList, buddyPictureCapture, buddyPictureUpload, settings, chat, audioVideo, usability, audioLevel, fileInfo, screenshare, roomBar, socialShare, page, contactRequest, defaultDialog, pdfcanvas, odfcanvas, presentation, youtubevideo, contactsManager) {
'directives/contactsmanager',], function(_, onEnter, onEscape, statusMessage, buddyList, buddyPictureCapture, buddyPictureUpload, settings, chat, audioVideo, usability, audioLevel, fileInfo, screenshare, roomBar, socialShare, page, contactRequest, defaultDialog, pdfcanvas, odfcanvas, presentation, youtubevideo, contactsmanager) {
var directives = {
onEnter: onEnter,
@ -68,7 +68,7 @@ define([ @@ -68,7 +68,7 @@ define([
odfcanvas: odfcanvas,
presentation: presentation,
youtubevideo: youtubevideo,
contactsManager: contactsManager
contactsmanager: contactsmanager
};
var initialize = function(angModule) {

Loading…
Cancel
Save