angular js
野蛮生长001
路漫漫其修远兮,吾将上下而求索
展开
-
Day06 setTimeout / setInterval / $timeout / $ interval
1、setTimeout的用法<script src="angular-1.6.8/angular.js"></script> <body ng-app="myApp" ng-controller="myController"> <input type="button" ng-click="touch()" v原创 2018-03-30 08:35:38 · 163 阅读 · 0 评论 -
子作用域发送数据给父作用域 $on $emit
直接贴代码<title>无标题文档</title> <style> #father{ width:500px; height:300px; border:2px solid #ccc; } #child{ width:200px; height:200px; border:1px dashed #000; } </st...原创 2018-03-30 10:45:06 · 400 阅读 · 0 评论 -
父作用域发送广播给子作用域
<title>无标题文档</title> <style> #father{ width:500px; height:300px; border:2px solid #ccc; } #child{ width:200px; height:200px; border:1px dashed #000; } </style&g...原创 2018-03-30 11:00:38 · 153 阅读 · 0 评论 -
父作用域和子作用域 点击按钮互相发送消息
话不多说,上代码<script src="angular-1.6.8/angular.js"></script> <body ng-app="myApp"> <div ng-controller="father"> <input type="text" ng-model="father&quo原创 2018-04-02 09:03:31 · 296 阅读 · 0 评论 -
Angular js表单验证
!!!!千万不要忘记了ng-app开启angular js和导入anjular js文件<title>无标题文档</title> </head> <script src="angular-1.6.8/angular.js"></script> <body ng-app=""> <form原创 2018-04-02 11:50:59 · 279 阅读 · 0 评论 -
会走的马里奥
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <met原创 2018-04-06 11:39:04 · 215 阅读 · 0 评论