
angularjs学习
文章平均质量分 79
Json1204
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AngularJS 模块定义应用 angular.module
var app = angular.module('myApp', []);AngularJS 模块定义应用 var app = angular.module("myApp", []);原创 2017-04-15 17:56:26 · 952 阅读 · 0 评论 -
AngularJS 初始化指令- ng-init
姓名为 ng-init 指令初始化 AngularJS 应用程序变量。原创 2017-04-15 18:01:57 · 5325 阅读 · 0 评论 -
AngularJS 绑定指令 ng-bind
姓名为 ng-bind 指令把应用程序变量 name 绑定到某个段落的 innerHTML。原创 2017-04-15 18:04:37 · 954 阅读 · 0 评论 -
AngularJS 控制器(Controller) 用于控制 AngularJS 应用
名: 姓: 姓名: {{firstName + " " + lastName}} var app = angular.module('myApp', []);app.controller('myCtrl', function($scope) { $scope.firstName= "John"; $scope.lastName= "Doe";});原创 2017-04-15 18:06:48 · 545 阅读 · 0 评论 -
nodejs项目node-sass转移问题 npm rebuild node-sass
ERROR in Missing binding H:\myWork\lvlvPro\lvlvPro\node_modules\node-sass\vendor\win32-ia32-48\binding.nodeNode Sass could not find a binding for your current environment: Windows 32-bit with Node.j原创 2017-09-13 16:16:04 · 7835 阅读 · 1 评论