www.pudn.com > TeachingPlatform.zip > testAngularDirective.html, change:2016-11-21,size:384b
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="../js/lib.js"></script> <script src="testAngularDirective.js"></script> </head> <body ng-app="myApp" ng-controller="testController"> <hello-directive></hello-directive> outSideDirective---{{name}} <input type="text" ng-model="name"> </body> </html>