Angularjs 诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化(Module机制)、自动化双向数据绑定、语义化标签(Directive)、依赖注入、路由(Route)机制、服务(services)机制...
分类:
Web程序 时间:
2014-07-16 21:44:56
阅读次数:
1002
varapp=angular.module('myapp',[]); app.directive('helloWorld',function(){ return{ restrict:'AE', replace:'true', template:'HelloWorld!!'}; });
分类:
Web程序 时间:
2014-07-03 13:13:29
阅读次数:
246
取Sevice和directive的引用3: Grab any ServicesWe can grab a reference to any service using theinjectorfunction of element wherengAppwas defined (or grab the...
分类:
Web程序 时间:
2014-07-02 14:57:17
阅读次数:
253
1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #list on line: 17, column: 61, in template: map.ftl in map.ftl
at freemarker.template.Te...
分类:
其他好文 时间:
2014-06-20 13:21:25
阅读次数:
251
1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #assgin on line: 18, column: 151, in template: tag.ftl in tag.ftl
at freemarker.template...
分类:
其他好文 时间:
2014-06-19 12:51:20
阅读次数:
246
While it’s cool to make a custom element like
we did the the previous cast, it’s actually more common to do things like create
custom attributes. Thes...
分类:
Web程序 时间:
2014-06-16 10:19:04
阅读次数:
276
1. 路由启动 $locationProvider.html5Mode(true);app.jsdefine([ 'angular', "App/Ctrl/controllers", "App/Directive/directive", "angularRoute"], fu...
分类:
其他好文 时间:
2014-06-15 18:28:00
阅读次数:
288
1.#error Directive (C/C++)The #error directive
emits a user-specified error message at compile time and then terminates the
compilation.#error toke...
分类:
编程语言 时间:
2014-06-11 08:34:39
阅读次数:
347
ARM 汇编语言源代码行的语法规则
3.1 Syntax of source lines in assembly language
汇编器首先解析汇编语言源代码,然后把源代码汇编成目标文件。汇编语言源代码的每一行都要符合如下所示的语法格式:
{symbol} {instruction|directive|pseudo-instruction}...
分类:
编程语言 时间:
2014-06-10 15:44:52
阅读次数:
264
freemarker自定义标签
1、错误描述
freemarker.core.ParseException: Token manager error: freemarker.core.TokenMgrError: Unknown directive: #macro on line: 12, column: 101, in template: myself.ftl in myself.f...
分类:
其他好文 时间:
2014-06-08 09:47:07
阅读次数:
223