- 
            
            模块化实现的简易版查看全部
 - 
            
            angular项目完整目录结构查看全部
 - 
            
            Provider查看全部
 - 
            
            var hdd= angular.module('hdd',[]) .config(function($routerProvider){ $routerProvider.when('/hello',{ templateUrl;""; controller:""; }).otherwise({ redirectTo:"" }) })查看全部
 - 
            
            rstrict查看全部
 - 
            
            代码 合并和混淆工具 --- grunt查看全部
 - 
            
            断点调试工具查看全部
 - 
            
            angular4大核心特性mvc,模块化,指令系统,双向数据绑定查看全部
 - 
            
            错误的方式查看全部
 - 
            
            路由的基本原理查看全部
 - 
            
            一个完整项目结构是这样的查看全部
 - 
            
            angular实现模块化的一个方法 1.使用var helloModule = angular.module(‘he'llAngular’,[])定义一个模块; 2.然后使用helloModule这个实例调用controller方法,创建一个helloNgCtrl这样一个控制器 helloModule.controller('helloNgCtrl',['$scope',function($scope){ $scope.greeting={ text:'hello' } }])查看全部
 - 
            
            为了防止每按一个键都刷新页面,设置timeout延迟。查看全部
 - 
            
            项目完整目录结构查看全部
 - 
            
            模块 指令查看全部
 
举报
0/150
	提交
		取消