文件名称:angularjs-shared-service:$shared 服务避免直接使用 $rootScope
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-27 00:09:46
JavaScript
angularjs 共享服务 $shared 服务避免直接使用 $rootScope 基本用法 获取/设置 $shared . set ( 'someKey' , 'hello!' ) $shared . get ( 'someKey' ) 手表 $shared . watch ( 'someKey' , function ( newVal ) { alert ( newVal ) ; } ) ; 发射/开启 $shared . on ( $scope , "someSignal" , function ( event , data ) { alert ( data ) } ) ; $shared . emit ( "someSignal" , "someMessage" ) ;
【文件预览】:
angularjs-shared-service-master
----shared.coffee(898B)
----LICENSE(1KB)
----shared.js(1KB)
----README.md(432B)