ne-swapi:SWAPI 的角度包装器

时间:2024-07-06 13:40:36
【文件属性】:

文件名称:ne-swapi:SWAPI 的角度包装器

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-06 13:40:36

JavaScript

新交换 的角度模块 获取包裹 $ bower install ne-swapi --save或npm install ne-swapi --save 首先将模块作为应用程序依赖项注入 $ angular.module('myApp', ['ne.swapi']) 然后将 swapi 服务注入到你的组件中 控制器用法: angular . module ( 'myApp' ) . controller ( 'starshipsController' , function ( $scope , swapi ) { swapi . starships . all ( ) . then ( function ( starships ) { $scope . starships = starships ; } ) ; } ) ; 路由解析用法: angular . m


【文件预览】:
ne-swapi-master
----.gitignore(197B)
----package.json(684B)
----src()
--------bootstrap.js(54B)
--------swapi.js(2KB)
--------endpoints.js(562B)
----gulpfile.js(556B)
----dist()
--------ne-swapi.min.js(1KB)
--------ne-swapi.js(3KB)
----LICENSE(1KB)
----README.md(3KB)
----bower.json(379B)

网友评论