UNPKG

ng-openlibrary

Version:

AngularJS service to query for book data on openlibrary's api

7 lines (5 loc) 155 B
var app = angular.module('myapp',['book']) .controller('testCtrl', [function testCtrl($scope,$book) { $scope.book = $book.$search('0786918063'); }]);