CallR.Angular
1.0.2
See the version list below for details.
dotnet add package CallR.Angular --version 1.0.2
NuGet\Install-Package CallR.Angular -Version 1.0.2
<PackageReference Include="CallR.Angular" Version="1.0.2" />
paket add CallR.Angular --version 1.0.2
#r "nuget: CallR.Angular, 1.0.2"
// Install CallR.Angular as a Cake Addin #addin nuget:?package=CallR.Angular&version=1.0.2 // Install CallR.Angular as a Cake Tool #tool nuget:?package=CallR.Angular&version=1.0.2
JavaScript files for the CallR.Angular library.
Visit https://github.com/tejacques/callr for an overview and usage examples.
Learn more about Target Frameworks and .NET Standard.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Notes:
Version 1.0.2:
- Update dependencies
Version 1.0.1:
- Fix addRPC function to be wrapped in a $q promise
Version 1.0.0:
- Angular Injectible HubModule, with HubFactory.
- HubFactory.create(hubName): create a singleton hub with the given name or enhance a hub created by SignalR's autogenerated proxies. jQuery promises are converted to $q promises to automatically call $scope.$apply, allowing you to write clean familiar AngularJS.
- All other functions inherited from CallR.JS