UNPKG

angular-scalable-boilerplate

Version:
8 lines (6 loc) 206 B
define(['app','angular','jquery'], function(app, angular, $) { 'use strict'; app.controller('homeController',['$scope',function($scope){ $scope.hello="Hello World!!"; }]); //end controller });