
AngularJs
hao5743
这个作者很懒,什么都没留下…
展开
-
ionic项目phoneNumber显示问题
在ionic项目中,电话号码在手机中,自动显示为蓝色的链接文字,影响显示效果。其原因是webVew 会自动检测类似手机的数字长串显示为链接。那么如何去掉这个显示效果呢?在stackFlow中找到了如下解决方法:Add this, I think it is what you're looking for: name = "format-detection" content =原创 2016-07-12 10:37:55 · 613 阅读 · 0 评论 -
自定义directive,简单实例
//一个自定义指令的简单例子,自定义directive Angular JS Custom Directives AngularJS Sample Application var mainApp = angular.module("mainApp", []); mainApp.directive('s原创 2016-07-04 16:36:17 · 502 阅读 · 0 评论 -
自定义 directive ay-box
工作过程中需要做一个类似下面图上的2行4列的导航栏,遂自己谢了directive,方便工作中用,还不是很美观。他支持 3列、4列、5列。directive.js /** * ay-box * html: * * js: * var obj = [ * {icon:'ion-heart', title:'a', state:'main'}, * {icon原创 2016-07-19 18:00:07 · 437 阅读 · 0 评论