angular-jsonloader
v0.0.2
Published
Angular directive to set current scope property with the external JSON data
Downloads
4
Maintainers
Readme
angular-jsonloader
Use case
Utilize simple external data source without creating a dedicated controller and custom $http
requests.
Example
<div json-loader jl-model="your.model" jl-url="/your/model.json">
<div ng-repeat="something in your.model">...</div>
</div>