发表评论取消回复
相关阅读
相关 [angular]指令之7bindToController
<!DOCTYPE html> <html lang="en" ng-app="testDirectiveBindToController"> <hea
相关 [angular]指令之6require
<!DOCTYPE html> <html lang="en" ng-app="testDirectiveRequire"> <head>
相关 [angular]指令之5controller
<!DOCTYPE html> <html lang="en" ng-app="testDirectiveController"> <head>
相关 [angular]指令之4templateUrl
<!DOCTYPE html> <html lang="en" ng-app="testDirectiveTemplateUrl"> <head>
相关 [angular]指令之3transclude
<!DOCTYPE html> <html lang="en" ng-app="testDirectiveTransclude"> <head>
相关 [angular]指令之2replace
<!DOCTYPE html> <html lang="en" ng-app="testDirectiveReplaceTest"> <head>
相关 [angular]指令之1scope
一个多月没写了,懒了。。。 指令是angular重要部分,而scope是指令的重要内容,看一指令先得看它怎么实现的。我总结了scope的基本含义,带"?"的实验了没效果,暂时
相关 [提高总结二]指令中的$transclude服务
<!DOCTYPE html> <html lang="en" ng-app="app"> <head> <meta charset="
相关 angular&创建指令&指令对象
创建指令 指令也是一种 服务,只是这种服务的定义有几个特殊要求: 必须使用模块的directive()方法注册 服务 对象工厂必须返回一个指令定义的对象
相关 angular之MVC,内置指令
认识angular MVC <table> <thead> <tr> <th>分类</th> <th align="center">用途<
还没有评论,来说两句吧...