Angular-bind-hash

码农软件 · 软件分类 · AngularJS 扩展 · 2019-03-17 09:59:44

软件介绍

在页面加载时绑定哈希到元素的值上,用于 AngularJS 应用中的 URL 复制。

示例代码:

angular.module('app', ['honey.hashBind'])
  .config(['hashBindProvider', function(provider){
    eventMap = {
      'SELECT': false //Forbid select change event event.
      'TEXT': [  //rewrite Enter key press events. working on element blur focus
        'blur',
        function(e, cb){
          cb and cb()
        }
       'CHECKBOX': ...
       'RADIO': ...
      ]
    }
    provider.setEventsMap(eventMap)
  }])

本文地址:https://codercto.com/soft/d/1531.html

数学拾遗

数学拾遗

加黑蒂 / 清华大学出版社 / 2004-8 / 49.00元

Beginning graduate students in mathematics and other quantitative subjects are expected to have a daunting breadth of mathematical knowledge ,but few have such a backgroud .This book will help stedent......一起来看看 《数学拾遗》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

随机密码生成器
随机密码生成器

多种字符组合密码