UNPKG

suh-dgeni-ngdocs

Version:

A package to generate ng-docs similar to what is used on AngularJS website.

7 lines (6 loc) 152 B
angular.module('Crafty') .controller('SearchCtrl', ['$scope','$rootScope',function ($S,$RT) { this.query = ''; this.search = function(){ }; }]);