ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻
开启你的AI之旅
广告
### constant 常量 constant 在 angularjs 中指的是定义的常量,在应用启动时创建且不可随意更改 #### 定义 constant ~~~ angular.module('MyApplication') .constant('HELLO', 'hello world'); ~~~ ### value 变量 value 在 angularjs 中指的是定义的变量,可以在任意修改
前言
初识 Angularjs1.x ,了解5个W和1个H
Angularjs 开始之Hello world
Angularjs 中的 controller
开始学习一个指令 directive 并了解指令的意义
Angularjs1.x 中的 service,factory,provider,constant,value
Angularjs1.x 中的 constant, value
关于 angularjs 的小结
Angularjs1.x 项目结构