0
0
bleve/examples/beer-search/static/js/controllers.js
2014-07-31 11:51:27 -04:00

12 lines
199 B
JavaScript

'use strict';
/* Controllers */
angular.module('myApp.controllers', [])
.controller('MyCtrl1', ['$scope', function($scope) {
}])
.controller('MyCtrl2', ['$scope', function($scope) {
}]);