define(['app'], function (app) { 'use strict'; app.controller('MainCtrl', function ($scope) { $scope.modalTShirtDesign = function() { // console.log($('#tshirt-design').length); $('#tshirt-design').modal(); } }); });