Tag: 哈巴狗

Jade:如何包含一个JavaScript文件

我需要包含一个JavaScript文件到网页。 我写了以下内容: include /../scripts/jquery.timeago.js 但是我明白了 <script>/* * timeago: a jQuery plugin, version: 0.8.2 (2010-02-16) * @requires jQuery v1.2.3 or later * * Timeago is a jQuery plugin that makes it easy to support automatically * updating fuzzy timestamps (eg "4 minutes ago" or "about 1 day ago"). * * For usage and examples, visit: * […]

通过模型改变input占位符的值?

我试图改变控制器的input占位符的价值,但不能弄清楚如何。 input(type='text', ng-model='inputText', side='30', placeholder='enter username') 有没有办法修改模型的元素属性?