文件名称:angular-third-party:将全局变量转换为角度工厂
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-12 10:56:30
JavaScript
角度第三方 入门 使用 bower 安装: bower install --save Hypercubed/angular-third-party 例子 例如。 从$window删除someLib : angular . module ( 'myApp' , [ 'hc.thirdParty' ] ) . config ( function ( thirdPartyProvider ) { thirdPartyProvider . register ( 'someLib' ) ; } ) . controller ( function ( thirdParty , someLib ) { console . log ( window . someLib ) ; // undefined; console . log ( thirdParty .
【文件预览】:
angular-third-party-master
----.jshintrc(412B)
----.gitignore(45B)
----package.json(1KB)
----src()
--------angular-third-party.js(790B)
----karma.conf.js(1KB)
----.travis.yml(48B)
----CONTRIBUTING.md(2KB)
----Gruntfile.js(4KB)
----dist()
--------angular-third-party.js(899B)
--------angular-third-party.min.js(665B)
----README.md(504B)
----bower.json(233B)
----test()
--------.jshintrc(511B)
--------spec()
----.editorconfig(214B)