0
0
bleve/examples/beer-search/static/js/controllers.js

12 lines
199 B
JavaScript
Raw Normal View History

2014-07-31 17:51:27 +02:00
'use strict';
/* Controllers */
angular.module('myApp.controllers', [])
.controller('MyCtrl1', ['$scope', function($scope) {
}])
.controller('MyCtrl2', ['$scope', function($scope) {
}]);